ColorHLSToRGB(3w)
NAME
ColorHLSToRGB (SHLWAPI.@)
SYNOPSIS
COLORREF ColorHLSToRGB ( WORD wHue, WORD wLuminosity, WORD wSaturation )
DESCRIPTION
Convert from hls color space into an rgb COLORREF.
PARAMS
wHue [In] Hue amount.
wLuminosity [In] Luminosity amount.
wSaturation [In] Saturation amount.
RETURNS
A COLORREF representing the converted color.
NOTES
Input hls values are constrained to the range (0..240).
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".