public abstract class LookUpTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ICCCurveType |
curve
The curve data
|
protected int |
dwNumInput
Number of values in created lut
|
protected static String |
eol
End of line string.
|
| Modifier | Constructor and Description |
|---|---|
protected |
LookUpTable(ICCCurveType curve,
int dwNumInput)
For subclass usage.
|
protected static final String eol
protected ICCCurveType curve
protected int dwNumInput
protected LookUpTable(ICCCurveType curve, int dwNumInput)
curve - The curve datadwNumInput - Number of values in created lutCopyright © 2015. All rights reserved.