1.1.0
|
Represents a 4-byte-per-pixel color with red, green, blue and alpha components. More...
#include <color.h>
Public Attributes | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
uint8_t | a |
Represents a 4-byte-per-pixel color with red, green, blue and alpha components.
uint8_t fc_color::r |
The red component (0 to 255)
uint8_t fc_color::g |
The green component (0 to 255)
uint8_t fc_color::b |
The blue component (0 to 255)
uint8_t fc_color::a |
The alpha component (0 to 255). 0 means transparent, 255 means fully opaque