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
Colors
class (e.g.Colors.GREEN
,Colors.RED
) is a pixel-like object withr
,g
,b
, anda
values that range from0
to255
.0.4.0