Fireset
Loading...
Searching...
No Matches
FsColor Struct Reference

RGB color representation. More...

#include <render.h>

Public Attributes

uint8_t r
uint8_t g
uint8_t b

Detailed Description

RGB color representation.

Represents a color using three 8-bit integer components in the RGB color space.

Member Data Documentation

◆ b

uint8_t FsColor::b

Blue component (0–255)

◆ g

uint8_t FsColor::g

Green component (0–255)

◆ r

uint8_t FsColor::r

Red component (0–255)


The documentation for this struct was generated from the following file: