Global::rgb2Hex Method [AX 2012]

Converts RGB values to hexadecimal.

Syntax

client server public static SysColorHex rgb2Hex(
    RGBintR _r, 
    RGBintG _g, 
    RGBintB _b)

Run On

Called

Parameters

Return Value

Type: SysColorHex Extended Data Type
The hexadecimal representation of the RGB values.

See Also

Reference

Global Class