ConversionExtensions.ToLCh_uv

Extension Method in ConversionExtensions

Declaration

public static CIELCh_uv ToLCh_uv(this Color color)

Description

Converts the color to CIE LCh(uv) components.

Parameters

colorThe color to convert.

Returns

CIELCh_uvThe CIE LCh(uv) components of the color.

Overload

Declaration

public static CIELCh_uv ToLCh_uv(this Color color, Illuminant illuminant, StandardObserver observer = StandardObserver.Two)

Description

Converts the color to CIE LCh(uv) components using the given illuminant and standard observer.

Parameters

colorThe color to convert.
illuminantThe illuminant to use.
observerThe standard observer to use (default=2°).

Returns

CIELCh_uvThe CIE LCh(uv) components of the color.

Overload

Declaration

public static CIELCh_uv ToLCh_uv(this Color color, Tristimulus whitePoint)

Description

Converts the color to CIE LCh(uv) components using the given white point.

Parameters

colorThe color to convert.
whitePointThe reference white point.

Returns

CIELCh_uvThe CIE LCh(uv) components of the color.