public class MultiplyAlphaRed extends AbstractRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth
Constructor and Description |
---|
MultiplyAlphaRed(CachableRed src,
CachableRed alpha)
Multiply the alpha of one image with a mask image.
|
Modifier and Type | Method and Description |
---|---|
java.awt.image.WritableRaster |
copyData(java.awt.image.WritableRaster wr) |
static java.awt.image.ColorModel |
fixColorModel(CachableRed src) |
static java.awt.image.SampleModel |
fixSampleModel(CachableRed src) |
java.awt.image.WritableRaster |
INT_PACK_BYTE_COMP_Impl(java.awt.image.WritableRaster wr) |
boolean |
is_INT_PACK_BYTE_COMP(java.awt.image.SampleModel srcSM,
java.awt.image.SampleModel alpSM) |
static java.awt.Rectangle |
makeBounds(CachableRed src1,
CachableRed src2) |
static java.util.List |
makeList(CachableRed src1,
CachableRed src2) |
copyBand, copyToRaster, getBounds, getColorModel, getData, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, init, init, makeTile, updateTileGridInfo
public MultiplyAlphaRed(CachableRed src, CachableRed alpha)
src
- The image to convert to multiply the alpha ofalpha
- The mask image to multiply the alpha channel of src
with.public boolean is_INT_PACK_BYTE_COMP(java.awt.image.SampleModel srcSM, java.awt.image.SampleModel alpSM)
public java.awt.image.WritableRaster INT_PACK_BYTE_COMP_Impl(java.awt.image.WritableRaster wr)
public java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster wr)
public static java.util.List makeList(CachableRed src1, CachableRed src2)
public static java.awt.Rectangle makeBounds(CachableRed src1, CachableRed src2)
public static java.awt.image.SampleModel fixSampleModel(CachableRed src)
public static java.awt.image.ColorModel fixColorModel(CachableRed src)