Class LookupFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class LookupFilter extends PointFilter
A filter which uses the brightness of each pixel to lookup a color from a colormap.
  • Constructor Details

    • LookupFilter

      public LookupFilter()
      Construct a LookupFilter.
    • LookupFilter

      public LookupFilter(Colormap colormap)
      Construct a LookupFilter.
      Parameters:
      colormap - the color map
  • Method Details