|
|
| OKLCH (const COLOR &c) |
| | Construct from RGB.
|
| |
|
| OKLCH (const double l, const double c, const double h) |
| | 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 | l |
| | Luminance.
|
| |
|
double | c |
| | Chroma.
|
| |
|
double | h |
| | Hue 0 - 360.
|
| |
◆ get_rgb()
| COLOR lampda::utils::ColorSpace::OKLCH::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