RGB structure. More...
Public Attributes | |
uint8_t | b |
blue More... | |
uint8_t | g |
green More... | |
uint8_t | r |
red More... | |
RGB structure.
Definition at line 33 of file colors-link-description.cc.
uint8_t Rgb::b |
blue
Definition at line 37 of file colors-link-description.cc.
Referenced by modify(), and grid.Color::set().
uint8_t Rgb::g |
green
Definition at line 36 of file colors-link-description.cc.
Referenced by modify(), and grid.Color::set().
uint8_t Rgb::r |
red
Definition at line 35 of file colors-link-description.cc.
Referenced by modify(), and grid.Color::set().