CIELCh_uv Constructor

Constructor in CIELCh_uv

Declaration

public CIELCh_uv(float L, float C, float h)

Description

Creates new CIE LCh(uv) components from the given values.

Parameters

LThe lightness component of the color in the range [0..100].
CThe chroma component of the color.
hThe hue component of the color in the range [0..360°].

Overload

Declaration

public CIELCh_uv(CIELCh_uv other)

Description

Creates a new copy of the components.

Parameters

otherThe other components to copy.

Overload

Declaration

public CIELCh_uv(Color color)

Description

Creates new CIE LCh(uv) components from the given color.

Parameters

colorThe color to extract the components from.