Interface TransformType
-
interface TransformType
TransformType.
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLOR_INDEXING_TRANSFORM
static int
COLOR_TRANSFORM
static int
PREDICTOR_TRANSFORM
static int
SUBTRACT_GREEN
-
-
-
Field Detail
-
PREDICTOR_TRANSFORM
static final int PREDICTOR_TRANSFORM
- See Also:
- Constant Field Values
-
COLOR_TRANSFORM
static final int COLOR_TRANSFORM
- See Also:
- Constant Field Values
-
SUBTRACT_GREEN
static final int SUBTRACT_GREEN
- See Also:
- Constant Field Values
-
COLOR_INDEXING_TRANSFORM
static final int COLOR_INDEXING_TRANSFORM
- See Also:
- Constant Field Values
-
-