org.apache.batik.ext.awt.image.rendered
public class ComponentTransferRed extends AbstractRed
Constructor Summary | |
---|---|
ComponentTransferRed(CachableRed src, TransferFunction[] funcs, RenderingHints hints)
The constructor will instantiate a LookupOp instance using
a LookupOp, which is built using the four LUT
data obtained by the TransferFunction objects
funcs[0] : Alpha component transfer function
funcs[1] : Red component transfer function
funcs[2] : Green component transfer function
funcs[3] : Blue component transfer function |
Method Summary | |
---|---|
WritableRaster | copyData(WritableRaster wr) |