CTor
CTor
CTor
Returns the RGBA color information as hex value
Returns RGB the color information as static array
Returns the RGBA color information as static array
opEquals: compares two Colors.
Returns a copy of the current Color with a given transpareny.
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)
Color4b defines a structure which contains 4 ubyte values, each for red, green, blue and alpha.