function hexToRgb (shared-side)
Available since version: 0.3.0
Convert hex color to rgb representation.
Declaration
{r, g, b} hexToRgb(string hex)
Parameters
stringhex: hexadecimal color representation.
Returns {r, g, b}
Table containing r, g, b components.