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

Declared in "shlwapi.h". https://source.winehq.org/source/include/shlwapi.h

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/dlls/shlwapi/ordinal.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.