[]
Factory method for getting a 32 bit lut from a given curve.
public static LookUpTable32 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 |
|---|---|
| LookUpTable32 | the lookup table |