JavaScript is disabled on your browser.
Skip navigation links
Java SE 16 & JDK 16
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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.