ColorSpace

Class ColorSpace

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ICC_ColorSpace
public abstract class ColorSpace
extends Object
implements Serializable

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. It contains methods that transform colors in a specific color space to/from sRGB and to/from a well-defined CIEXYZ color space.

For purposes of the meth