Package armyc2.c5isr.renderer.utilities
Class Color
java.lang.Object
armyc2.c5isr.renderer.utilities.Color
Integer based Color class with utility functions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Color
The color black.static final Color
The color black.static final Color
The color blue.static final Color
The color blue.static final Color
The color cyan.static final Color
The color cyan.static final Color
The color dark gray.static final Color
The color dark gray.static final Color
The color gray.static final Color
The color gray.static final Color
The color green.static final Color
The color green.static final Color
The color light gray.static final Color
The color light gray.static final Color
The color magenta.static final Color
The color magenta.static final Color
The color orange.static final Color
The color orange.static final Color
The color pink.static final Color
The color pink.static final Color
The color red.static final Color
The color red.static final Color
The color white.static final Color
The color white.static final Color
The color yellow.static final Color
The color yellow. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
white
The color white. In the default sRGB space. -
WHITE
The color white. In the default sRGB space.- Since:
- 1.4
-
lightGray
The color light gray. In the default sRGB space. -
LIGHT_GRAY
The color light gray. In the default sRGB space.- Since:
- 1.4
-
gray
The color gray. In the default sRGB space. -
GRAY
The color gray. In the default sRGB space.- Since:
- 1.4
-
darkGray
The color dark gray. In the default sRGB space. -
DARK_GRAY
The color dark gray. In the default sRGB space.- Since:
- 1.4
-
black
The color black. In the default sRGB space. -
BLACK
The color black. In the default sRGB space.- Since:
- 1.4
-
red
The color red. In the default sRGB space. -
RED
The color red. In the default sRGB space.- Since:
- 1.4
-
pink
The color pink. In the default sRGB space. -
PINK
The color pink. In the default sRGB space.- Since:
- 1.4
-
orange
The color orange. In the default sRGB space. -
ORANGE
The color orange. In the default sRGB space.- Since:
- 1.4
-
yellow
The color yellow. In the default sRGB space. -
YELLOW
The color yellow. In the default sRGB space.- Since:
- 1.4
-
green
The color green. In the default sRGB space. -
GREEN
The color green. In the default sRGB space.- Since:
- 1.4
-
magenta
The color magenta. In the default sRGB space. -
MAGENTA
The color magenta. In the default sRGB space.- Since:
- 1.4
-
cyan
The color cyan. In the default sRGB space. -
CYAN
The color cyan. In the default sRGB space.- Since:
- 1.4
-
blue
The color blue. In the default sRGB space. -
BLUE
The color blue. In the default sRGB space.- Since:
- 1.4
-
-
Constructor Details
-
Color
-
Color
-
Color
-
Color
-
Color
-
Color
-
-
Method Details