Overview
This function creates a color using a hexadecimal color code string.
Parameters
hex(string)
String
Hexadecimal color code (e.g., "FF8000").
For example...
hex("#FF8000")
Returns orange color from hex code.
An expression editor function that creates a color from a hexadecimal color code.
This function creates a color using a hexadecimal color code string.
hex(string)
Hexadecimal color code (e.g., "FF8000").
For example...
hex("#FF8000")
Returns orange color from hex code.