Java java.awt.image BandCombineOp fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image BandCombineOp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image BandCombineOp.

The text is from its open source code.

Constructor

BandCombineOp(float[][] matrix, RenderingHints hints)
Constructs a BandCombineOp with the specified matrix.

Method

WritableRasterfilter(Raster src, WritableRaster dst)
Transforms the Raster using the matrix specified in the constructor.