Class FormatRed

java.lang.Object
org.apache.xmlgraphics.image.rendered.AbstractRed
org.apache.xmlgraphics.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$ Originally authored by Thomas DeWeese.