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