2.1.6.27 LCHtoRGB


Description

convert LCH color to RGB

Syntax

COLORREF LCHtoRGB( double L, double C, double H )

Parameters

L
[input] Lightness
C
[input] Chroma
H
[input] Hue

Return

RGB value

Examples

Remark

See Also

RGBtoLCH

Header to Included

origin.h

Reference