Changed Methods |
ColorModel coerceData(WritableRaster, boolean)
|
Documentation changed from old to new. |
Forces the raster data to match the state specified in the isAlphaPremultiplied variable assuming the data is currently correctly described by this ColorModel . |
int getAlpha(Object )
|
Documentation changed from old to new. |
Returns the alpha component for the specified pixel scaled from 0 to 255. |
int getBlue(Object )
|
Documentation changed from old to new. |
Returns the blue color component for the specified pixel scaled from 0 to 255 in the default RGB ColorSpace sRGB. |
int[] getComponents(Object, int[], int)
|
Documentation changed from old to new. |
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel . |
Object getDataElements(int, Object)
|
Documentation changed from old to new. |
Returns a data element array representation of a pixel in this ColorModel given an integer pixel representation in the default RGB color model. |
Object getDataElements(int[], int, Object)
|
Documentation changed from old to new. |
Returns a data element array representation of a pixel in this ColorModel given an array of unnormalized color/alpha components. |
int getGreen(Object )
|
Documentation changed from old to new. |
Returns the green color component for the specified pixel scaled from 0 to 255 in the default RGB ColorSpace sRGB. |
int getRGB(Object )
|
Documentation changed from old to new. |
Returns the color/alpha components for the specified pixel in the default RGB color model format. |
int getRed(Object )
|
Documentation changed from old to new. |
Returns the red color component for the specified pixel scaled from 0 to 255 in the default RGB ColorSpace sRGB. |