CIEUCS Constructor

Constructor in CIEUCS

Declaration

public CIEUCS(float u, float v, float Y = 1F)

Description

Creates new CIE UCS components from the given values.

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

Overload

Declaration

public CIEUCS(CIEUCS other)

Description

Creates a new copy of the components.

Parameters

otherThe other components to copy.

Overload

Declaration

public CIEUCS(Color color)

Description

Creates new CIE UCS components from the given color.

Parameters

colorThe color to extract the components from.