The LAB_PARAMS structure provides information about CIELab conversion properties.
Size of this structure.
Masking value:
Value | Meaning |
---|---|
LAB_L_OFFSET | Change L_offset value |
LAB_L_RANGE | Change L_range value |
LAB_a_OFFSET | Change a_offset value |
LAB_a_RANGE | Change a_range value |
LAB_b_OFFSET | Change b_offset value |
LAB_b_RANGE | Change b_range value |
L component offset
L component range
a component offset
a Component range
b Component offset
b Component range
The gamut capacity is expressed as an offset and range, with the exception of the minimum and maximum values. For example, in the T.42 CIELab, the communication conversion can be expressed as:
L_offset = 0;
L_range = 100
a_offset = 128
a_range = 170
b_offset = 96
b_range = 200
For more information on the CIELab color conversion, refer to https://www.itu.int/en/pages/default.aspx.
The mask value will be used only when updating the CMYK conversion using L_ClrSetConversionParams function.