public abstract class LookUpTable8 extends LookUpTable
| Modifier and Type | Field and Description |
|---|---|
protected byte |
dwMaxOutput
Maximum output value of the LUT
|
protected byte[] |
lut
The lut values.
|
curve, dwNumInput, eol| Modifier | Constructor and Description |
|---|---|
protected |
LookUpTable8(ICCCurveType curve,
int dwNumInput,
byte dwMaxOutput)
Create the string representation of a 16 bit lut.
|
protected |
LookUpTable8(int dwNumInput,
byte dwMaxOutput) |
| Modifier and Type | Method and Description |
|---|---|
byte |
elementAt(int index)
lut accessor
|
String |
toString()
Create an abbreviated string representation of a 16 bit lut.
|
String |
toStringWholeLut() |
protected final byte dwMaxOutput
protected final byte[] lut
protected LookUpTable8(int dwNumInput,
byte dwMaxOutput)
protected LookUpTable8(ICCCurveType curve, int dwNumInput, byte dwMaxOutput)
Copyright © 2015. All rights reserved.