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
Calculates the hue of a color.
Example
SelectColor(MyColor)
Info("Hue: " + ColorHue(MyColor) + "°", ...
"Lightness: " + ColorLightness(MyColor) + "%", ...
"Saturation: " + ColorSaturation(MyColor) + "%")
Syntax
<Result> = ColorHue(<Color>)
<Result>: Integer
Value of the hue for the specified color. This value is expressed as an angle from 0 to 360° in the chromatic circle (0 = Red).
<Color>: Integer
Color used. This color can correspond to:
Component: wd290std.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/31/2024

Send a report | Local help