Example usage for Java java.awt.image BandCombineOp fields, constructors, methods, implement or subclass
The text is from its open source code.
BandCombineOp(float[][] matrix, RenderingHints hints) Constructs a BandCombineOp with the specified matrix. |
WritableRaster | filter(Raster src, WritableRaster dst) Transforms the Raster using the matrix specified in the constructor. |