Static method
Utils.hexToRgb is static.
You can call it without actually instantiating the Utils class.
Utils.hexToRgb(hex:String)
Returns the given hexadecimal color string as an RGBA string.
Static method
Utils.hexToRgb is static.
You can call it without actually instantiating the Utils class.
Utils.hexToRgb(hex:String)
Returns the given hexadecimal color string as an RGBA string.