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