|
Lamp-Da 0.1
A compact lantern project
|
Public Member Functions | |
| RGB (uint8_t red, uint8_t green, uint8_t blue) | |
| construct from values | |
| RGB (const uint32_t color) | |
| construct from color | |
| COLOR | get_rgb () const override |
| Get the RGB representation. | |
|
inlineoverridevirtual |
Get the RGB representation.
Implements lampda::utils::ColorSpace::Base.