Class UnpremultiplyFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class UnpremultiplyFilter extends PointFilter
A filter which unpremultiplies an image's alpha. Note: this does not change the image type of the BufferedImage
  • Constructor Details

    • UnpremultiplyFilter

      public UnpremultiplyFilter()
  • Method Details