Class ComponentTransferRed

java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.ComponentTransferRed
All Implemented Interfaces:
RenderedImage, CachableRed

public class ComponentTransferRed extends AbstractRed
  • Constructor Details

    • ComponentTransferRed

      public 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 Details