@tempots/color
HSV.(constructor)
Constructs a new instance of the HSV
class
Signature:
constructor(hue: number, saturation: number, value: number);
Parameters
Parameter |
Type |
Description |
---|---|---|
hue |
number |
Angle in degrees (0-360) |
saturation |
number |
Percentage (0-100) |
value |
number |
Percentage (0-100) |