CIEUVW Constructor

Constructor in CIEUVW

Declaration

public CIEUVW(float U, float V, float W)

Description

Creates new CIE UVW components from the given values.

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].

Overload

Declaration

public CIEUVW(CIEUVW other)

Description

Creates a new copy of the components.

Parameters

otherThe other components to copy.

Overload

Declaration

public CIEUVW(Color color)

Description

Creates new CIE UVW components from the given color.

Parameters

colorThe color to extract the components from.