|
rgb2html
The rgb2html function is used to create a web color string from a specified rgb color. This function is contained in the SYSCLASS library. Standalone apps must include the LIBRARY SYSCLASS statement at the top of their source code. Active Pages automatically include the SYSCLASS library. Category: ColorSyntax:   string = rgb2html( rgb ColorValue ) Description: The rgb2html function converts a numeric rgb color to a web-based color string of the format #RRGGBB, where RR is the hexadecimal representation of the red component of the color, GG is the green portion, and BB is the blue color value. Platforms:   Windows, DOS, Internet Active Pages
|