|
|
| HSV (const COLOR &c) |
| | Construct from RGB.
|
| |
|
| HSV (double h, double s, double v) |
| | Construct from values.
|
| |
| COLOR | get_rgb () const override |
| | get the rgb form (for display)
|
| |
|
void | from_rgb (const COLOR &rgb) |
| | construct from an RGB representation
|
| |
|
uint16_t | get_scaled_hue () const |
| | get the hue scaled between 0 and UINT16_MAX
|
| |
|
|
double | h |
| | Hue.
|
| |
|
double | s |
| | Saturation.
|
| |
|
double | v |
| | value
|
| |
◆ get_rgb()
| COLOR lampda::utils::ColorSpace::HSV::get_rgb |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- src/system/utils/colorspace.h
- src/system/utils/colorspace.cpp