HSVColor Class
A color defined by Hue, Saturation, and Value
see here for difference between HSL and HSV
Methods
| Name | Description | |
|---|---|---|
| adjustColor(darkenColor: boolean, delta: number): void | ||
| clone(): HSVColor | ||
| toColorDef(out?: ColorDef): ColorDef | ||
| fromColorDef(val: ColorDef, out?: HSVColor): HSVColor Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| h | number | Hue | |
| s | number | Saturation | |
| v | number | Value |
Defined in
Last Updated: 08 January, 2020