API Overview API Index Direct link to this page
JDK 1.6
  Package: java.awt.color
Author(s)
Since
1.2
Version
Serial
Description
  Provides classes for color spaces.
See also:   
CMMException View Source This exception is thrown if the native CMM returns an error.
ColorSpace View Source This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.
ICC_ColorSpace View Source The ICC_ColorSpace class is an implementation of the abstract ColorSpace class.
ICC_Profile View Source A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:2001-12, File Format for Color Profiles, (see http://www.color.org).
ICC_ProfileGray View Source A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags.
ICC_ProfileRGB View Source The ICC_ProfileRGB class is a subclass of the ICC_Profile class that represents profiles which meet the following criteria: The profile's color space type is RGB. The profile includes the redColorantTag, greenColorantTag, blueColorantTag, redTRCTag, greenTRCTag, blueTRCTag, and mediaWhitePointTag tags. The ICC_Profile getInstance method will return an ICC_ProfileRGB object when these conditions are met.
ProfileDataException View Source This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar