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