|
|
|
|
|
RGBToHTML (Function) In french: RVBVersHTML Returns the HTML color corresponding to the RGB color.
RGBToHTML(255) // Returns "#0000FF"
Syntax
<Result> = RGBToHTML(<RGBÂ color>)
<Result>: Character string HTML color expressed in hexadecimal. <RGB color>: Integer RGB color that must be converted into HTML color. This color can correspond to: Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|