Package org.apache.batik.ext.awt.image
Class GammaTransfer
- java.lang.Object
-
- org.apache.batik.ext.awt.image.GammaTransfer
-
- All Implemented Interfaces:
TransferFunction
public class GammaTransfer extends java.lang.Object implements TransferFunction
GammaTransfer.java This class defines the Gamma type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.- Version:
- $Id: GammaTransfer.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description GammaTransfer(float amplitude, float exponent, float offset)
Three floats as the input for the Gamma function
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
buildLutData()
byte[]
getLookupTable()
This method will return the lut data in order to construct a LookUpTable object
-
-
-
Method Detail
-
buildLutData
private void buildLutData()
-
getLookupTable
public byte[] getLookupTable()
This method will return the lut data in order to construct a LookUpTable object- Specified by:
getLookupTable
in interfaceTransferFunction
-
-