Class Description ColorSpace Identifies the color space of a Color object, Image, BufferedImage, or GraphicsDevice. Has methods to transform between RGB and CIEXYZ color spaces. ICC_ColorSpace Extends: ColorSpace Represents device-independent and device-dependent color spaces based on the ICC Profile Format Specification. ICC_Profile A representation of color profile data for device independent and device dependent color spaces based on the ICC Profile Format Specification. ICC_ProfileGray Extends: ICC_Profile A representation of color space type gray. ICC_ProfileRGB Extends: ICC_Profile A representation of color space type RGB.
Class
Description
ColorSpace
Identifies the color space of a Color object, Image, BufferedImage, or GraphicsDevice. Has methods to transform between RGB and CIEXYZ color spaces.
Color
Image
BufferedImage
GraphicsDevice
ICC_ColorSpace
Extends: ColorSpace
Represents device-independent and device-dependent color spaces based on the ICC Profile Format Specification.
ICC_Profile
A representation of color profile data for device independent and device dependent color spaces based on the ICC Profile Format Specification.
ICC_ProfileGray
Extends: ICC_Profile
A representation of color space type gray.
ICC_ProfileRGB
A representation of color space type RGB.