CTor
CTor Expect that every component is in range 0.0 .. 1.0
CTor
Returns RGB the color information as static array
Returns the RGBA color information as static array
opEquals: compares two Colors.
Black Color (0, 0, 0)
Blue Color (0, 0, 255)
Cyan Color (0, 255, 255)
Gray Color (179, 179, 179)
Green Color (0, 255, 0)
Magenta Color (255, 0, 255)
Red Color (255, 0, 0)
White Color (255, 255, 255)
Yellow Color (255, 255, 0)
Color4f defines a structure which contains 4 floats values, each for red, green, blue and alpha.