Returns the specified #hex color to RGB. RR (red), GG (green) and BB (blue) are hexadecimal integers between 00 and FF specifying the intensity of the color.
The hex color on the format #RRGGBB
Optional
Optional fallback color if the hex argument is invalid
The color in RGB format. Returns the fallbackHexColor of invalid hex, which defaults to undefined
Url
Generated using TypeDoc
Returns the specified #hex color to RGB. RR (red), GG (green) and BB (blue) are hexadecimal integers between 00 and FF specifying the intensity of the color.