Class InvertAlphaFilter

  • All Implemented Interfaces:
    java.awt.image.BufferedImageOp, java.lang.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 Detail

      • InvertAlphaFilter

        public InvertAlphaFilter()
    • Method Detail

      • filterRGB

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object