LabColor
LabColor
Section titled “LabColor”labColor
Description
Section titled “Description”A color specification in the CIE Lab color space, used where a Color object is required.
Properties
Section titled “Properties”LabColor.a
Section titled “LabColor.a”labColor.a
Description
Section titled “Description”The a (red-green) color value. Range -128.0-128.0.
Default: 0.0.
Number (double).
LabColor.b
Section titled “LabColor.b”labColor.b
Description
Section titled “Description”The b (yellow-blue) color value. Range -128.0-128.0.
Default: 0.0.
Number (double).
LabColor.l
Section titled “LabColor.l”labColor.l
Description
Section titled “Description”The l (lightness) color value. Range -128.0-128.0.
Default: 0.0.
Number (double).