Searched defs:TYPE_INT_RGB (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DBufferedImage.java59 * The Constant TYPE_INT_RGB indicates an image with 8 bit RGB color
62 public static final int TYPE_INT_RGB = 1; field in class:BufferedImage
349 case TYPE_INT_RGB:

Completed in 4 milliseconds