Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.7 KB

shlwapi-palette.md

File metadata and controls

40 lines (24 loc) · 1.7 KB
description title ms.topic ms.date ms.assetid api_name api_type api_location topic_type
This section describes the Windows Shell color palette handling functions. The programming elements explained in this documentation are exported by Shlwapi.dll and defined in Shlwapi.h and Shlwapi.lib.
Shell Color Palette Handling Functions
article
05/31/2018
93848cb3-60c6-4b2f-82d9-abfee97e372a
kbArticle

Shell Color Palette Handling Functions

This section describes the Windows Shell color palette handling functions. The programming elements explained in this documentation are exported by Shlwapi.dll and defined in Shlwapi.h and Shlwapi.lib.

In this section

Topic Description
ColorAdjustLuma
Changes the luminance of an RGB value. Hue and saturation are not affected.
ColorHLSToRGB
Converts colors from hue-luminance-saturation (HLS) to RGB format.
ColorRGBToHLS
Converts colors from RGB to hue-luminance-saturation (HLS) format.
SHCreateShellPalette
Creates a halftone palette for the specified device context.