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

/openjdk7/jdk/src/share/classes/java/awt/color/
H A DColorSpace.java57 * space types (e.g. TYPE_RGB, TYPE_XYZ, etc.) and to refer to specific
141 public static final int TYPE_RGB = 5; field in class:ColorSpace
481 * TYPE_RGB, TYPE_XYZ, ...). The type defines the
483 * e.g. TYPE_RGB identifies a color space with three components - red,
535 case ColorSpace.TYPE_RGB:

Completed in 30 milliseconds