Type Alias: HPLuv
HPLuv:
object
Represents a color in the HPLuv color space. 'h' is the hue component (0 to 360). 'p' is the perceived saturation component (0 to 100). 'l' is the lightness component (0 to 100).
Type declaration
Name | Type | Defined in |
---|---|---|
h | number | types.ts:168 |
l | number | types.ts:170 |
p | number | types.ts:169 |
Defined in
types.ts:167