GNU Classpath (0.18) | ||
Frames | No Frames |
Constructors with parameter type java.awt.color.ColorSpace | |
Creates a color in the given ColorSpace with the specified alpha. |
Methods with parameter type java.awt.color.ColorSpace | |
float[] | Returns a float array containing the color components of this color in
the given ColorSpace. |
float[] | Returns a float array containing the color and alpha components of this
color in the given ColorSpace. |
Methods with return type java.awt.color.ColorSpace | |
ColorSpace | Returns the color space of this color. |
Constructors with parameter type java.awt.color.ColorSpace | |
Convert BufferedImage through a ColorSpace.
| |
ColorModel.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.
| |
ComponentColorModel.ComponentColorModel(ColorSpace colorSpace, boolean hasAlpha, boolean isAlphaPremultiplied, int transparency, int transferType) Construct a new ComponentColorModel.
| |
ComponentColorModel.ComponentColorModel(ColorSpace colorSpace, int[] bits, boolean hasAlpha, boolean isAlphaPremultiplied, int transparency, int transferType) | |
DirectColorModel.DirectColorModel(ColorSpace cspace, int pixelBits, int rmask, int gmask, int bmask, int amask, boolean isAlphaPremultiplied, int transferType) | |
PackedColorModel.PackedColorModel(ColorSpace cspace, int pixelBits, int rmask, int gmask, int bmask, int amask, boolean isAlphaPremultiplied, int transparency, int transferType) | |
PackedColorModel.PackedColorModel(ColorSpace cspace, int pixelBits, int[] colorMaskArray, int alphaMask, boolean isAlphaPremultiplied, int transparency, int transferType) |
Methods with return type java.awt.color.ColorSpace | |
ColorSpace |
Classes derived from java.awt.color.ColorSpace | |
class | ICC_ColorSpace - an implementation of ColorSpace
While an ICC_Profile class abstracts the data in an ICC profile file
an ICC_ColorSpace performs the color space conversions defined by
an ICC_Profile instance.
|
Methods with return type java.awt.color.ColorSpace | |
ColorSpace | ColorSpace.getInstance(int colorspace) |
GNU Classpath (0.18) |