CIExyY: object
Represents a color in the CIE xyY color space.
'x' and 'y' are the chromaticity coordinates.
'Y' is the luminance component.
Type declaration
Name | Type | Defined in |
---|
x | number | types.ts:179 |
y | number | types.ts:180 |
Y | number | types.ts:181 |
Defined in
types.ts:178