Uses of Class
java.awt.image.IndexColorModel
Packages that use IndexColorModel
-
Uses of IndexColorModel in java.awt.image
Methods in java.awt.image that return IndexColorModelModifier and TypeMethodDescriptionRGBImageFilter.filterIndexColorModel
(IndexColorModel icm) Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide.Methods in java.awt.image with parameters of type IndexColorModelModifier and TypeMethodDescriptionRGBImageFilter.filterIndexColorModel
(IndexColorModel icm) Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide.Constructors in java.awt.image with parameters of type IndexColorModelModifierConstructorDescriptionBufferedImage
(int width, int height, int imageType, IndexColorModel cm) Constructs aBufferedImage
of one of the predefined image types: TYPE_BYTE_BINARY or TYPE_BYTE_INDEXED.