LookupOp

Class LookupOp

All Implemented Interfaces:
BufferedImageOp, RasterOp
public class LookupOp
extends Object
implements BufferedImageOp, RasterOp

This class implements a lookup operation from the source to the destination. The LookupTable object may contain a single array or multiple arrays, subject to the restrictions below.

For Rasters, the lookup operates on bands. The number of lookup arrays may be one, in which case the same array is applied to all bands, or it must equal the number of Source Raster bands.

For BufferedImages, the look