Class InvertAlphaFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class InvertAlphaFilter extends PointFilter
A Filter to invert the alpha channel of an image. This is really only useful for inverting selections, where we only use the alpha channel.
  • Constructor Details

    • InvertAlphaFilter

      public InvertAlphaFilter()
  • Method Details