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
L | The lightness component of the color in the range [0..100]. |
C | The chroma component of the color. |
h | The 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
other | The other components to copy. |
Overload
Declaration
public CIELCh_uv(Color color)
Description
Creates new CIE LCh(uv) components from the given color.
Parameters
color | The color to extract the components from. |