ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Creates a color from its hue, saturation and lightness.
Example
// Color an area in light blue
dFill(10, 50, HSL(180, 100, 50))
Syntax
<Result> = HSL(<Color Hue> , <Color Saturation> , <Color Lightness>)
<Result>: Integer
Value of the color. This value can be used in all WLanguage functions that handle a color.
<Color Hue>: Integer
Value included between 0 and 360 (angle of chromatic circle). The red color corresponds to 0°.
<Color Saturation>: Integer
Value included between 0 and 100 (percentage of saturation).
<Color Lightness>: Integer
Value included between 0 and 100 (percentage of lightness).
Remarks
Related Examples:
Modifying the Hue, Saturation and Lightness Unit examples (WINDEV): Modifying the Hue, Saturation and Lightness
[ + ] Process on the images via the WLanguage dModifyHSL function.
This function is used to modify the hue, the saturation and the lightness of an image.
Component: wd290std.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help