<Return[C]><Top>

ColorHLSToRGB

Declare Function Api_ColorHLSToRGB& Lib "Shlwapi" Alias "ColorHLSToRGB" (ByVal wHue%, ByVal wLuminance%, ByVal wSaturation%)

Declare Function ColorHLSToRGB Lib "shlwapi" Alias "ColorHLSToRGB" (ByVal wHue As Integer, ByVal wLuminance As Integer, ByVal wSaturation As Integer) As Long

hue・luminance・saturation(HLS)からRGB形式に変換する。

パラメータ
wHue
    [入力] HLS hue値を指定する。
wLuminance
    [入力] HLS luminance値を指定する。
wSaturation
    [入力] HLS saturation値を指定する。

戻り値
    RGB値が返る。