Holds the actual pixel data and other image specific settings. A RedGIF consist of one or more RedGIFImage objects.
Image dimensions as a Rect.
Semi-private image settings. Use the methods -depth, -hasColorMap, -interlaced below instead.
An Integer.
Image specific (a.k.a. local) array of Color objects.
The pixel data as a 1-dimensional array of Color objects. Reading from left to right, top to bottom.
The pixel data as an array of integer indices for looking up colors in the colorMap.
A RedGIFControl object.
Number of colors in the colorMap array (the color lookup table).
A boolean. true if local -colorMap should be used. if false then globalColorMap.
A boolean. Indicates that this image needs to be drawn in separate passes.
A boolean.