public abstract class LookUpTable16 extends LookUpTable
| Modifier and Type | Field and Description |
|---|---|
protected int |
dwMaxOutput
Maximum output value of the LUT
|
protected short[] |
lut
The lut values.
|
curve, dwNumInput, eol| Modifier | Constructor and Description |
|---|---|
protected |
LookUpTable16(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Construct a 16 bit lut from a given curve.
|
protected |
LookUpTable16(int dwNumInput,
int dwMaxOutput)
Construct an empty 16 bit lut
|
| Modifier and Type | Method and Description |
|---|---|
static LookUpTable16 |
createInstance(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Factory method for getting a 16 bit lut from a given curve.
|
short |
elementAt(int index)
lut accessor
|
String |
toString()
Create an abbreviated string representation of a 16 bit lut.
|
String |
toStringWholeLut()
Create a full string representation of a 16 bit lut.
|
protected final int dwMaxOutput
protected final short[] lut
protected LookUpTable16(int dwNumInput,
int dwMaxOutput)
dwNumInput - the size of the lut t lut.dwMaxOutput - max output value of the lutprotected LookUpTable16(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
curve - the datadwNumInput - the size of the lut t lut.dwMaxOutput - max output value of the lutpublic String toString()
public String toStringWholeLut()
public static LookUpTable16 createInstance(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
curve - the datadwNumInput - the size of the lutdwMaxOutput - max output value of the lutpublic final short elementAt(int index)
index - of the elementCopyright © 2015. All rights reserved.