public class ColorMatrixRed extends AbstractRed
Modifier and Type | Field and Description |
---|---|
private float[][] |
matrix
Matrix to apply to color components
|
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth
Constructor and Description |
---|
ColorMatrixRed(CachableRed src,
float[][] matrix) |
Modifier and Type | Method and Description |
---|---|
java.awt.image.WritableRaster |
copyData(java.awt.image.WritableRaster wr) |
private float[][] |
copyMatrix(float[][] m) |
float[][] |
getMatrix() |
void |
setMatrix(float[][] matrix) |
copyBand, copyToRaster, getBounds, getColorModel, getData, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, init, init, makeTile, updateTileGridInfo
public ColorMatrixRed(CachableRed src, float[][] matrix)