public class GammaTransfer extends Object implements TransferFunction
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
GammaTransfer(float amplitude,
float exponent,
float offset)
Three floats as the input for the Gamma function
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getLookupTable()
This method will return the lut data in order
to construct a LookUpTable object
|
public byte[] lutData
public float amplitude
public float exponent
public float offset
public GammaTransfer(float amplitude,
float exponent,
float offset)
public byte[] getLookupTable()
getLookupTable in interface TransferFunctionCopyright © 2000–2017 Apache Software Foundation. All rights reserved.