Conversion.UCSToxyY
Static Method in Conversion
Declaration
public static CIExyY UCSToxyY(float u, float v, float Y)
Description
Converts CIE UCS components to CIE xyY components.
Parameters
u | The u-axis chromaticity coordinate of the color in the range [0..1]. |
v | The v-axis chromaticity coordinate of the color in the range [0..1]. |
Y | The luminance component of the color in the range [0..100]. |
Returns
CIExyY | The converted CIE xyY components. |