|
Fireset
|
RGB color representation. More...
#include <render.h>
Public Attributes | |
| uint8_t | r |
| uint8_t | g |
| uint8_t | b |
RGB color representation.
Represents a color using three 8-bit integer components in the RGB color space.
| uint8_t FsColor::b |
Blue component (0–255)
| uint8_t FsColor::g |
Green component (0–255)
| uint8_t FsColor::r |
Red component (0–255)