HSLColor Class
A color defined by Hue, Saturation, and Lightness.
see here for difference between HSL and HSV
Methods
| Name | Description | |
|---|---|---|
| clone(): HSLColor | ||
| toColorDef(out?: ColorDef): ColorDef | ||
| fromColorDef(val: ColorDef, out?: HSLColor): HSLColor Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| h | number | Hue | |
| l | number | Lightness | |
| s | number | Saturation |
Defined in
Last Updated: 08 January, 2020