Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

Uses of Class
java.awt.color.ColorSpace

Packages that use ColorSpace
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. 
 

Uses of ColorSpace in java.awt
 

Methods in java.awt that return ColorSpace
 ColorSpace Color.getColorSpace()
          Returns the ColorSpace of this Color.
 

Uses of ColorSpace in java.awt.color
 

Methods in java.awt.color that return ColorSpace
static ColorSpace ColorSpace.getInstance(int colorspace)
          Returns a ColorSpace representing one of the specific predefined color spaces.
 

Uses of ColorSpace in java.awt.image
 

Methods in java.awt.image that return ColorSpace
 ColorSpace ColorModel.getColorSpace()
          Returns the ColorSpace associated with this ColorModel.
 

Constructors in java.awt.image with parameters of type ColorSpace
ColorModel(int pixel_bits, int[] bits, ColorSpace cspace, boolean hasAlpha, boolean isAlphaPremultiplied, int transparency, int transferType)
          Constructs a ColorModel that translates pixel values to color/alpha components.
DirectColorModel(ColorSpace space, int bits, int rmask, int gmask, int bmask, int amask, boolean isAlphaPremultiplied, int transferType)
          Constructs a DirectColorModel from the specified parameters.
 


JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.