hexToRgb
Function: hexToRgb()
Section titled “Function: hexToRgb()”function hexToRgb(hex): Vec3Converts hex string to RGB
Parameters
Section titled “Parameters”string
The hex value you with to get the RGB value of
Returns
Section titled “Returns”an array in the order of red, green, blue numerical values