Type Alias: HSLuv
HSLuv:
object
Represents a color in the HSLuv color space. 'h' is the hue component (0 to 360). 's' is the saturation component (0 to 100). 'l' is the lightness component (0 to 100).
Type declaration
Name | Type | Defined in |
---|---|---|
h | number | types.ts:156 |
l | number | types.ts:158 |
s | number | types.ts:157 |
Defined in
types.ts:155