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

uThe u-axis chromaticity coordinate of the color in the range [0..1].
vThe v-axis chromaticity coordinate of the color in the range [0..1].
YThe luminance component of the color in the range [0..100].

Returns

CIExyYThe converted CIE xyY components.