Color
constructor()
Constructs a white color (r = g = b = 1).
Constructs a color from the RGB components r, g, b (via setRGB, i.e. interpreted in the working color space).
Constructs a color from the hexadecimal value hex (via setHex, i.e. interpreted as ColorSpace.SRGB by default).
Constructs a color as a copy of color.