|
|
| XYZ (const COLOR &c) |
| | Construct from RGB.
|
| |
|
| XYZ (double x, double y, double z) |
| | 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
|
| |
|
|
static XYZ | get_white () |
| | Return the white value.
|
| |
|
|
double | x |
| | Color space X.
|
| |
|
double | y |
| | Color space Y.
|
| |
|
double | z |
| | Color space Z.
|
| |
◆ get_rgb()
| COLOR lampda::utils::ColorSpace::XYZ::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