| Class | Description | 
|---|---|
| CMMException | This exception is thrown if the native CMM returns an error. | 
| ColorSpace | This abstract class is used to serve as a color space tag to identify the specific color space of a  Colorobject or, via aColorModelobject, of anImage, aBufferedImage, or aGraphicsDevice. | 
| ICC_ColorSpace | The  ICC_ColorSpaceclass is an implementation of the abstractColorSpaceclass. | 
| 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 | The  ICC_ProfileGrayclass is a subclass of theICC_Profileclass that represents profiles which meet the following criteria: the color space type of the profile isTYPE_GRAYand the profile includes thegrayTRCTagandmediaWhitePointTagtags. | 
| ICC_ProfileRGB | The  ICC_ProfileRGBclass is a subclass of theICC_Profileclass 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,mediaWhitePointTagtags. | 
| ProfileDataException | This exception is thrown when an error occurs in accessing or processing an  ICC_Profileobject. | 
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/color/package-summary.html