|
|
| LAB (const COLOR &c) |
| | Construct from RGB.
|
| |
|
| LAB (const double l, const double a, const double b) |
| | 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
|
| |
|
|
double | l |
| | Luminance.
|
| |
|
double | a |
| | Alpha.
|
| |
|
double | b |
| | Brightness.
|
| |
◆ get_rgb()
| COLOR lampda::utils::ColorSpace::LAB::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