Conversion.UVWToUCS

Static Method in Conversion

Declaration

public static CIEUCS UVWToUCS(float U, float V, float W, Tristimulus whitePoint)

Description

Converts CIE UVW components to CIE UCS components.

Parameters

UThe U chromaticity component of the color in the range [-100..100].
VThe V chromaticity component of the color in the range [-100..100].
WThe lightness component of the color in the range [0..100].
whitePointThe reference white point.

Returns

CIEUCSThe converted CIE UCS components.