| Methoden |
| public ColorModel | coerceData(WritableRaster raster, boolean isAlphaPremultiplied) ![[1.2]](../../images/marg12.gif) |
| public SampleModel | createCompatibleSampleModel(int w, int h) ![[1.2]](../../images/marg12.gif) |
| public WritableRaster | createCompatibleWritableRaster(int w, int h) ![[1.2]](../../images/marg12.gif) |
| public boolean | equals(Object obj) ![[1.2]](../../images/marg12.gif) |
| public void | finalize() |
| public abstract int | getAlpha(int pixel) |
| public int | getAlpha(Object inData) ![[1.2]](../../images/marg12.gif) |
| public WritableRaster | getAlphaRaster(WritableRaster raster) ![[1.2]](../../images/marg12.gif) |
| public abstract int | getBlue(int pixel) |
| public int | getBlue(Object inData) ![[1.2]](../../images/marg12.gif) |
| public final ColorSpace | getColorSpace() ![[1.2]](../../images/marg12.gif) |
| public int[] | getComponents(int pixel, int[] components, int offset) ![[1.2]](../../images/marg12.gif) |
| public int[] | getComponents(Object pixel, int[] components, int offset) ![[1.2]](../../images/marg12.gif) |
| public int[] | getComponentSize() ![[1.2]](../../images/marg12.gif) |
| public int | getComponentSize(int componentIdx) ![[1.2]](../../images/marg12.gif) |
| public int | getDataElement(int[] components, int offset) ![[1.2]](../../images/marg12.gif) |
| public int | getDataElement(float[] normComponents, int normOffset) ![[1.4]](../../images/marg14.gif) |
| public Object | getDataElements(int rgb, Object pixel) ![[1.2]](../../images/marg12.gif) |
| public Object | getDataElements(int[] components, int offset, Object obj) ![[1.2]](../../images/marg12.gif) |
| public Object | getDataElements(float[] normComponents, int normOffset, Object obj) ![[1.4]](../../images/marg14.gif) |
| public abstract int | getGreen(int pixel) |
| public int | getGreen(Object inData) ![[1.2]](../../images/marg12.gif) |
| public float[] | getNormalizedComponents(Object pixel, float[] normComponents, int normOffset) ![[1.4]](../../images/marg14.gif) |
| public float[] | getNormalizedComponents(Object pixel, float[] normComponents, int normOffset) ![[1.4]](../../images/marg14.gif) |
| public float[] | getNormalizedComponents(int[] components, int offset, float[] normComponents, int normOffset) ![[1.2]](../../images/marg12.gif) |
| public int | getNumColorComponents() ![[1.2]](../../images/marg12.gif) |
| public int | getNumComponents() ![[1.2]](../../images/marg12.gif) |
| public int | getPixelSize() |
| public abstract int | getRed(int pixel) |
| public int | getRed(Object inData) ![[1.2]](../../images/marg12.gif) |
| public int | getRGB(int pixel) |
| public int | getRGB(Object inData) ![[1.2]](../../images/marg12.gif) |
| public static ColorModel | getRGBdefault() ![[1.2]](../../images/marg12.gif) |
| public int | getTransparency() ![[1.2]](../../images/marg12.gif) |
| public float[] | getUnNormalizedComponents(float[] components, int normOffset, int[] components, int offset) ![[1.2]](../../images/marg12.gif) |
| public final boolean | hasAlpha() ![[1.2]](../../images/marg12.gif) |
| public final boolean | isAlphaPremultiplied() ![[1.2]](../../images/marg12.gif) |
| public boolean | isCompatibleRaster(Raster raster) ![[1.2]](../../images/marg12.gif) |
| public boolean | isCompatibleSampleModel(SampleModel sm) ![[1.2]](../../images/marg12.gif) |
| public String | toString() ![[1.2]](../../images/marg12.gif) |