CIELCh_ab Constructor

Constructor in CIELCh_ab

Declaration

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

Description

Creates new CIE LCh(ab) 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_ab(CIELCh_ab other)

Description

Creates a new copy of the components.

Parameters

otherThe other components to copy.

Overload

Declaration

public CIELCh_ab(Color color)

Description

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

Parameters

colorThe color to extract the components from.