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()
    • LookupFilter

      public LookupFilter(Colormap colormap)
  • Method Details

    • setColormap

      public void setColormap(Colormap colormap)
    • getColormap

      public Colormap getColormap()
    • filterRGB

      public int filterRGB(int x, int y, int rgb)
      Specified by:
      filterRGB in class PointFilter
    • toString

      public String toString()
      Overrides:
      toString in class Object