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
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]. |
Overload
Declaration
public CIEUCS(CIEUCS other)
Description
Creates a new copy of the components.
Parameters
other | The other components to copy. |
Overload
Declaration
public CIEUCS(Color color)
Description
Creates new CIE UCS components from the given color.
Parameters
color | The color to extract the components from. |