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

xThe x-axis chromaticity coordinate of the color in the range [0..1].
yThe y-axis chromaticity coordinate of the color in the range [0..1].
YThe luminance component of the color in the range [0..100].

Returns

CIEXYZThe converted CIE XYZ components.