PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Extracts the red rgb component from the specified color value.

Syntax

Smartsite SXML CopyCode image Copy Code
integer html.color.red(integer color)

Parameters

Name Data Type Description
color Integer The rgb color.

Return Value

Data Type Description
Integer The red component.

Expand image Example

SXML