|
libcrn
3.9.5
A document image processing library
|
#include <CRNPixel.h>
Public Member Functions | |
| constexpr | Lab () |
| constexpr | Lab (double l_, double a_=0.0, double b_=0.0) |
| Lab (const XYZ &p) | |
| Lab & | operator+= (const Lab &p) |
Public Attributes | |
| double | l = 0.0 |
| double | a = 0.0 |
| double | b = 0.0 |
Definition at line 595 of file CRNPixel.h.
1.8.6