org.apache.batik.ext.awt.image
public class GammaTransfer extends Object implements TransferFunction
Field Summary | |
---|---|
float | amplitude
The amplitude of the Gamma function |
float | exponent
The exponent of the Gamma function |
byte[] | lutData
This byte array stores the lookuptable data |
float | offset
The offset of the Gamma function |
Constructor Summary | |
---|---|
GammaTransfer(float amplitude, float exponent, float offset)
Three floats as the input for the Gamma function |
Method Summary | |
---|---|
byte[] | getLookupTable()
This method will return the lut data in order
to construct a LookUpTable object |