TColorLab Class Reference
[MCImage]
List of all members.
Detailed Description
Represents a color in the LAB space
/// storage format : uint16, as defined in the ICC specs
/// L : 0 : 0x0 , 100.0 : 0xFF00, 100.39 : 0xFFFF
/// a*,b* : -128.0 : 0x0 , 0.0 : 0x8000. 127.0 : 0xFF00
///
Constructor & Destructor Documentation
TColorLab::TColorLab |
( |
|
) |
[inline] |
TColorLab::TColorLab |
( |
const TColorLab & |
lab |
) |
[inline] |
TColorLab::TColorLab |
( |
const |
uint16[] |
) |
|
TColorLab::TColorLab |
( |
const |
uint16, |
|
|
const |
uint16, |
|
|
const |
uint16 | |
|
) |
| | |
Member Function Documentation
uint16& TColorLab::A |
( |
|
) |
[inline] |
uint16 TColorLab::A |
( |
|
) |
const [inline] |
uint16& TColorLab::B |
( |
|
) |
[inline] |
uint16 TColorLab::B |
( |
|
) |
const [inline] |
void TColorLab::FromLab |
( |
const TColorLab & |
|
) |
|
uint16& TColorLab::L |
( |
|
) |
[inline] |
uint16 TColorLab::L |
( |
|
) |
const [inline] |
uint16 TColorLab::operator[] |
( |
int8 |
i |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: