Filter, FilterColorInterpolation, java.awt.image.renderable.RenderableImageColorMatrixRable8Bitpublic interface ColorMatrixRable extends FilterColorInterpolation
| Modifier and Type | Field | Description |
|---|---|---|
static int |
TYPE_HUE_ROTATE |
|
static int |
TYPE_LUMINANCE_TO_ALPHA |
|
static int |
TYPE_MATRIX |
Identifier used to refer to predefined matrices
|
static int |
TYPE_SATURATE |
| Modifier and Type | Method | Description |
|---|---|---|
float[][] |
getMatrix() |
Returns the rows of the color matrix.
|
Filter |
getSource() |
Returns the source to be offset.
|
int |
getType() |
Returns the type of this color matrix.
|
void |
setSource(Filter src) |
Sets the source to be offset.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampgetOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearstatic final int TYPE_MATRIX
static final int TYPE_SATURATE
static final int TYPE_HUE_ROTATE
static final int TYPE_LUMINANCE_TO_ALPHA
Filter getSource()
void setSource(Filter src)
src - image to offset.int getType()
float[][] getMatrix()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.