Class representing a color, based on Int. Provides a variety of methods for creating and converting colors.
Color's can be written as Ints. This means you can pass a hex value such as 0xff123456 to a function expecting a Color, and it will automatically become a Color object. Similarly, Colors may be treated as Ints.
Variables
Contains a float representing the alpha color component (more exactly the opacity component - a value of 0 is fully transparent).