ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions
  • Tip
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
Returns the HTML color corresponding to the RGB color.
Example
RGBToHTML(255) // Returns "#0000FF"
Syntax
<Result> = RGBToHTML(<RGB color>)
<Result>: Character string
HTML color expressed in hexadecimal.
WEBDEV - Browser code <Result> corresponds to a Color variable.
<RGB color>: Integer
RGB color that must be converted into HTML color. This color can correspond to:
Remarks
WEBDEV - Browser code

Tip

If the result is displayed in a trace (Trace), the Color variable is converted into a string corresponding to the color in RGB format.
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help