[]
Toplevel class for a int [] lut.
public abstract class LookUpTable32 : LookUpTable
Name | Description |
---|---|
LookUpTable32(ICCCurveType, int, int) | Construct a 16 bit lut from a given curve. |
LookUpTable32(int, int) | Construct an empty 32 bit |
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 32 bit lut from a given curve. |
elementAt(int) | lut accessor |
toStringWholeLut() | Create the string representation of a 32 bit lut. |