Uses of Class
java.awt.image.PackedColorModel

Packages that use PackedColorModel
Package
Description
Provides classes for creating and modifying images.
  • Uses of PackedColorModel in java.awt.image

    Modifier and Type
    Class
    Description
    class 
    The DirectColorModel class is a ColorModel 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.