public final class ColorMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GRAYSCALE
Rendering with colors in a range of gray shades from white to black.
|
static int |
length |
static int |
NORMAL
Rendering with unmodified colors.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String colorModeName) |
static java.lang.String |
getName(int colorMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int colorMode) |