Creates a new color.
Optional
red: numberRed value of the color in range from 0 to 255.
Optional
green: numberGreen value of the color in range from 0 to 255.
Optional
blue: numberBlue value of the color in range from 0 to 255.
Optional
alpha: numberAlpha value of the color in range from 0 to 1.
The alpha value of the color in range from 0 to 1.
1
The blue value of the color in range from 0 to 255.
255
The green value of the color in range from 0 to 255.
255
The red value of the color in range from 0 to 255.
255
The HEX representation of the color.
Another color.
Wheter the color equals to another one.
A color that supports RGBA format.