Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.01 KB

LabColor.rst

File metadata and controls

65 lines (36 loc) · 1.01 KB

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).