A 32 bit ARGB color value which is represented as an Integer.
Static variables
staticA:FastFloat
Contains a float representing the alpha color component (more exactly the opacity component - a value of 0 is fully transparent).
Static methods
staticfromBytes(r:Int, g:Int, b:Int, a:Int = 255):Color
Creates a new Color object from components in the range 0 - 255.
staticfromFloats(r:FastFloat, g:FastFloat, b:FastFloat, a:FastFloat = 1):Color
Creates a new Color object from components in the range 0 - 1.
staticfromString(value:String):Color
Creates a new Color object from an HTML style #AARRGGBB
/ #RRGGBB
/ #RGB
strings.