hyperion.ng
|
Plain-Old-Data structure containing the red-green-blue color specification. More...
#include <ColorBgr.h>
Public Attributes | |
uint8_t | blue |
The blue color channel. | |
uint8_t | green |
The green color channel. | |
uint8_t | red |
The red color channel. | |
Static Public Attributes | |
static ColorBgr | BLACK = { 0, 0, 0 } |
'Black' RgbColor (0, 0, 0) | |
static ColorBgr | RED = { 0, 0, 255 } |
'Red' RgbColor (255, 0, 0) | |
static ColorBgr | GREEN = { 0, 255, 0 } |
'Green' RgbColor (0, 255, 0) | |
static ColorBgr | BLUE = { 255, 0, 0 } |
'Blue' RgbColor (0, 0, 255) | |
static ColorBgr | YELLOW = { 0, 255, 255 } |
'Yellow' RgbColor (255, 255, 0) | |
static ColorBgr | WHITE = { 255, 255, 255 } |
'White' RgbColor (255, 255, 255) | |
Plain-Old-Data structure containing the red-green-blue color specification.
Size of the structure is exactly 3-bytes for easy writing to led-device