| Modifier and Type | Interface and Description |
|---|---|
static class |
Color.HSL |
static class |
Color.LCH |
static class |
Color.RGB |
| Modifier and Type | Field and Description |
|---|---|
static Color |
BLACK |
static Color |
BLACK_DYE |
static Color |
BLUE |
static Color |
BLUE_DYE |
static Color |
BROWN_DYE |
static Color |
CYAN_DYE |
static Color[] |
DYE_COLORS |
static Color |
GRAY_DYE |
static Color |
GREEN |
static Color |
GREEN_DYE |
static Color |
LIGHT_BLUE_DYE |
static Color |
LIGHT_GRAY_DYE |
static Color |
LIME_DYE |
static Color |
MAGENTA_DYE |
static Color |
ORANGE_DYE |
static Color |
PINK_DYE |
static Color |
PURPLE_DYE |
static Color |
RED |
static Color |
RED_DYE |
static Color |
WHITE |
static Color |
WHITE_DYE |
static Color |
YELLOW_DYE |
| Modifier and Type | Method and Description |
|---|---|
static Color |
opaqueRgb(int value) |
static Color |
rgb(int value) |
static Color |
rgb(int a,
int r,
int g,
int b) |
int |
toRgb()
Gets an ARGB integer representing this color in the sRGB colorspace.
|
static final Color WHITE
static final Color BLACK
static final Color RED
static final Color GREEN
static final Color BLUE
static final Color WHITE_DYE
static final Color ORANGE_DYE
static final Color MAGENTA_DYE
static final Color LIGHT_BLUE_DYE
static final Color YELLOW_DYE
static final Color LIME_DYE
static final Color PINK_DYE
static final Color GRAY_DYE
static final Color LIGHT_GRAY_DYE
static final Color CYAN_DYE
static final Color PURPLE_DYE
static final Color BLUE_DYE
static final Color BROWN_DYE
static final Color GREEN_DYE
static final Color RED_DYE
static final Color BLACK_DYE
static final Color[] DYE_COLORS