LUV: object
Represents a color in the LUV color space.
'l' is the lightness component (0 to 100).
'u' and 'v' are the chromaticity coordinates.
Type declaration
Name | Type | Defined in |
---|
L | number | types.ts:144 |
u | number | types.ts:145 |
v | number | types.ts:146 |
Defined in
types.ts:143