Global::hex2RGB Method [AX 2012]

Converts the hexadecimal value to RGB container

client server public static container hex2RGB(SysColorHex _hexValue)

Run On

Called

Parameters

_hexValue
Type: SysColorHex Extended Data Type
The hexadecimal value to convert.

Return Value

Type: container
Container of the RGB representation of the color.
Show: