[]
Construct an empty 32 bit
protected LookUpTable32(int dwNumInput, int dwMaxOutput)
Type | Name | Description |
---|---|---|
int | dwNumInput | the size of the lut t lut. |
int | dwMaxOutput | max output value of the lut |
Construct a 16 bit lut from a given curve.
protected LookUpTable32(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
Type | Name | Description |
---|---|---|
ICCCurveType | curve | the data |
int | dwNumInput | the size of the lut t lut. |
int | dwMaxOutput | max output value of the lut |