Module java.desktop
Package java.awt.color
Provides classes for color spaces. It contains an implementation of a color
space based on the International Color Consortium (ICC) Profile Format
Specification, Version 3.4, August 15, 1997. It also contains color profiles
based on the ICC Profile Format Specification.
- Since:
- 1.2
-
Class Summary Class Description ColorSpace This abstract class is used to serve as a color space tag to identify the specific color space of aColor
object or, via aColorModel
object, of anImage
, aBufferedImage
, or aGraphicsDevice
.ICC_ColorSpace TheICC_ColorSpace
class is an implementation of the abstractColorSpace
class.ICC_Profile 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 TheICC_ProfileGray
class is a subclass of theICC_Profile
class that represents profiles which meet the following criteria: the color space type of the profile isTYPE_GRAY
and the profile includes thegrayTRCTag
andmediaWhitePointTag
tags.ICC_ProfileRGB TheICC_ProfileRGB
class is a subclass of theICC_Profile
class that represents profiles which meet the following criteria: the profile's color space type is RGB, and the profile includes theredColorantTag
,greenColorantTag
,blueColorantTag
,redTRCTag
,greenTRCTag
,blueTRCTag
,mediaWhitePointTag
tags. -
Exception Summary Exception Description CMMException This exception is thrown if the native CMM returns an error.ProfileDataException This exception is thrown when an error occurs in accessing or processing anICC_Profile
object.