Class FilterAlphaRed

java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.FilterAlphaRed
All Implemented Interfaces:
RenderedImage, CachableRed

public class FilterAlphaRed extends AbstractRed
This strips out the source alpha channel into a one band image.
Version:
$Id: FilterAlphaRed.java 1733416 2016-03-03 07:07:13Z gadams $
  • Constructor Details

    • FilterAlphaRed

      public FilterAlphaRed(CachableRed src)
      Construct an alpah channel from the given src, according to the SVG masking rules.
      Parameters:
      src - The image to convert to an alpha channel (mask image)
  • Method Details