Main types header for EmberCore.
RGBA color with 8-bit components.
static const Color Yellow
static const Color LightGray
static const Color Transparent
static const Color DarkGray
static const Color Magenta
static Color FromRGBA(uint8_t r, uint8_t g, uint8_t b, uint8_t a)
static Color FromRGB(uint8_t r, uint8_t g, uint8_t b)