Properties
Static AQUA
AQUA: Pixel = ...
Static BLACK
BLACK: Pixel = ...
Static BLUE
BLUE: Pixel = ...
Static FUCHSIA
FUCHSIA: Pixel = ...
Static GREEN
GREEN: Pixel = ...
Static LIME
LIME: Pixel = ...
Static MAROON
MAROON: Pixel = ...
Static ORANGE
ORANGE: Pixel = ...
Static PURPLE
PURPLE: Pixel = ...
Static RED
RED: Pixel = ...
Static WHITE
WHITE: Pixel = ...
Static YELLOW
YELLOW: Pixel = ...
Each static member of the
Colorsclass (e.g.Colors.GREEN,Colors.RED) is a pixel-like object withr,g,b, andavalues that range from0to255.0.4.0