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