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
U | The U chromaticity component of the color in the range [-100..100]. |
V | The V chromaticity component of the color in the range [-100..100]. |
W | The 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
other | The other components to copy. |
Overload
Declaration
public CIEUVW(Color color)
Description
Creates new CIE UVW components from the given color.
Parameters
color | The color to extract the components from. |