Class FormatRed

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

public class FormatRed extends AbstractRed
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output. If the input image lacks Alpha and alpha is included in output then it is filled with alpha=1. In all other cases bands are simply copied.
Version:
$Id: FormatRed.java 1733416 2016-03-03 07:07:13Z gadams $