Web3S_Demo > Web 3S String Utils Function Library > HexToColor

HexToColor

Creates a color value from the given hexadecimal string.
Supported formats are: RGB, RRGGBB, RRGGBBAA, #RGB, #RRGGBB, #RRGGBBAA

Inputs

In
Exec

Hex String
String

Hex string to convert.

Outputs

Out
Exec

Return Value
Color Structure

Converted hex string to color.