rgbToCIExyY(rgb
): CIExyY
Converts RGB color to CIE xyY color space.
Parameters
Parameter | Type | Description |
---|
rgb | RGB | The RGB color to convert. |
Returns
CIExyY
The color in CIE xyY color space (x and y in 0-1 range, Y in 0-100 range).
Defined in
conversions/components/cie-xyy.ts:9