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