struct GFX_RGBA_Color_t GFX_RGBA_Color
Definition color.h:59
struct GFX_RGB_Color_t GFX_RGB_Color
Definition color.h:39
Represents the data structure for color and intensity data.
Definition color.h:49
unsigned char red
Definition color.h:50
unsigned char green
Definition color.h:51
unsigned char blue
Definition color.h:52
unsigned char alpha
Definition color.h:53
Represents the data structure for color data.
Definition color.h:30
unsigned char red
Definition color.h:31
unsigned char green
Definition color.h:32
unsigned char blue
Definition color.h:33