Class PremultiplyFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

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

    • PremultiplyFilter

      public PremultiplyFilter()
  • Method Details