Const
Returns a Color from a hex string, or undefined if the color string cannot be parsed. Supports hex strings in the format of "#00FF00", "0x00FF00" or "00FF00".
Color
"#00FF00"
"0x00FF00"
"00FF00"
Returns a
Colorfrom a hex string, or undefined if the color string cannot be parsed. Supports hex strings in the format of"#00FF00","0x00FF00"or"00FF00".