org.apache.batik.ext.awt.image.rendered
public class MultiplyAlphaRed extends AbstractRed
Constructor Summary | |
---|---|
MultiplyAlphaRed(CachableRed src, CachableRed alpha)
Multiply the alpha of one image with a mask image.
|
Method Summary | |
---|---|
WritableRaster | copyData(WritableRaster wr) |
static ColorModel | fixColorModel(CachableRed src) |
static SampleModel | fixSampleModel(CachableRed src) |
boolean | is_INT_PACK_BYTE_COMP(SampleModel srcSM, SampleModel alpSM) |
WritableRaster | INT_PACK_BYTE_COMP_Impl(WritableRaster wr) |
static Rectangle | makeBounds(CachableRed src1, CachableRed src2) |
static List | makeList(CachableRed src1, CachableRed src2) |
Parameters: src The image to convert to multiply the alpha of alpha The mask image to multiply the alpha channel of src with.