Uses of Package
java.awt.color

Packages that use java.awt.color
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.color Provides classes for color spaces. 
java.awt.image Provides classes for creating and modifying images. 
 

Classes in java.awt.color used by java.awt
ColorSpace
          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.
 

Classes in java.awt.color used by java.awt.color
ColorSpace
          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.
 

Classes in java.awt.color used by java.awt.image
ColorSpace
          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.