PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Parses the specified rgb color string to a color value.

Syntax

Smartsite SXML CopyCode image Copy Code
integer html.color.parse(string value)

Parameters

Name Data Type Description
value String The rgb color string.

Return Value

Data Type Description
Integer The numeric value (int) representing the rgb color.

Expand image Example

SXML