Color in Lab space.
More...
#include <color.h>
|
| Lab (const double &, const double &, const double &) |
| Create a color in Lab space. More...
|
|
| Lab (const Xyz &) |
| Create a color in Lab space from an input XYZ color. More...
|
|
Xyz | ToXyz () const |
| Convert to Xyz space.
|
|
|
double | b = 0.0 |
| Color Lab coefficients.
|
|
◆ Lab() [1/2]
Lab::Lab |
( |
const double & |
l, |
|
|
const double & |
a, |
|
|
const double & |
b |
|
) |
| |
|
explicit |
Create a color in Lab space.
- Parameters
-
◆ Lab() [2/2]
Lab::Lab |
( |
const Xyz & |
xyz | ) |
|
|
explicit |
Create a color in Lab space from an input XYZ color.
- Parameters
-