Class 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 1732018 2016-02-24 04:51:06Z gadams $ Originally authored by Thomas DeWeese.