[]
Factory method for getting a 16 bit lut from a given curve.
public static LookUpTable16 createInstance(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
Type | Name | Description |
---|---|---|
ICCCurveType | curve | the data |
int | dwNumInput | the size of the lut |
int | dwMaxOutput | max output value of the lut |
Type | Description |
---|---|
LookUpTable16 | the lookup table |