JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
java.desktop
java.awt.image
PackedColorModel
Uses of Class
java.awt.image.PackedColorModel
Packages that use
PackedColorModel
Package
Description
java.awt.image
Provides classes for creating and modifying images.
Uses of
PackedColorModel
in
java.awt.image
Subclasses of
PackedColorModel
in
java.awt.image
Modifier and Type
Class
Description
class
DirectColorModel
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.