[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.LookUpTable16.createInstance

createInstance Method

createInstance(ICCCurveType, int, int)

Factory method for getting a 16 bit lut from a given curve.

Declaration
public static LookUpTable16 createInstance(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
Public Shared Function createInstance(curve As ICCCurveType, dwNumInput As Integer, dwMaxOutput As Integer) As LookUpTable16
Parameters
Type Name Description
ICCCurveType curve

the data

int dwNumInput

the size of the lut

int dwMaxOutput

max output value of the lut

Returns
Type Description
LookUpTable16

the lookup table