ColorModel.getRGBdefault
Class Overview | Class Members |
This Package |
All Packages
public static ColorModel getRGBdefault()
Description
Return a ColorModel which describes the default format for
integer RGB values used throughout the AWT image interfaces.
The format for the RGB values is an integer with 8 bits
each of alpha, red, green, and blue color components ordered
correspondingly from the most significant byte to the least
significant byte, as in: 0xAARRGGBB