Method HexToColor
HexToColor(string)
Converts specified hex strng into color.
public static Color HexToColor(string hexString)
Parameters
hexString
stringHex string to convert.
Returns
- Color
Converted color.
Converts specified hex strng into color.
public static Color HexToColor(string hexString)
hexString
stringHex string to convert.
Converted color.