[]
Toplevel class for a short [] lut.
public abstract class LookUpTable16 : LookUpTable
Name | Description |
---|---|
LookUpTable16(ICCCurveType, int, int) | Construct a 16 bit lut from a given curve. |
LookUpTable16(int, int) | Construct an empty 16 bit lut |
Name | Description |
---|---|
dwMaxOutput | Maximum output value of the LUT |
lut | The lut values. |
Name | Description |
---|---|
ToString() | Create an abbreviated string representation of a 16 bit lut. |
createInstance(ICCCurveType, int, int) | Factory method for getting a 16 bit lut from a given curve. |
elementAt(int) | lut accessor |
toStringWholeLut() | Create a full string representation of a 16 bit lut. |