Conversion.xyYToXYZ
Static Method in Conversion
Declaration
public static CIEXYZ xyYToXYZ(float x, float y, float Y)Description
Converts CIE xyY components to CIE XYZ components.
Parameters
| x | The x-axis chromaticity coordinate of the color in the range [0..1]. |
| y | The y-axis chromaticity coordinate of the color in the range [0..1]. |
| Y | The luminance component of the color in the range [0..100]. |
Returns
| CIEXYZ | The converted CIE XYZ components. |