Uses of Class
java.awt.image.PackedColorModel
Packages that use PackedColorModel
-
Uses of PackedColorModel in java.awt.image
Subclasses of PackedColorModel in java.awt.imageModifier and TypeClassDescriptionclass
TheDirectColorModel
class is aColorModel
class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.