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形式に変換する。 |
|
パラメータ |