2 |
The key color management classes in Java 2D:
-
Color --- describes a color in terms of its components
-
ColorModel --- provides methods to convert the components of a pixel in an image into color components in a color space
-
ColorSpace --- provides methods for converting color components in a color space to and from CIEXYZ or RGB color space
|