public abstract class LookUpTableFP extends LookUpTable
| Modifier and Type | Field and Description |
|---|---|
float[] |
lut
The lut values.
|
curve, dwNumInput, eol| Modifier | Constructor and Description |
|---|---|
protected |
LookUpTableFP(ICCCurveType curve,
int dwNumInput)
Construct an empty lut
|
| Modifier and Type | Method and Description |
|---|---|
static LookUpTableFP |
createInstance(ICCCurveType curve,
int dwNumInput)
Factory method for getting a lut from a given curve.
|
float |
elementAt(int index)
lut accessor
|
protected LookUpTableFP(ICCCurveType curve, int dwNumInput)
dwNumInput - the size of the lut t lut.dwMaxOutput - max output value of the lutpublic static LookUpTableFP createInstance(ICCCurveType curve, int dwNumInput)
curve - the datadwNumInput - the size of the lutpublic final float elementAt(int index)
index - of the elementCopyright © 2015. All rights reserved.