[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.LookUpTable16.-ctor

LookUpTable16 Constructor

LookUpTable16(int, int)

Construct an empty 16 bit lut

Declaration
protected LookUpTable16(int dwNumInput, int dwMaxOutput)
Protected Sub New(dwNumInput As Integer, dwMaxOutput As Integer)
Parameters
Type Name Description
int dwNumInput

the size of the lut t lut.

int dwMaxOutput

max output value of the lut

LookUpTable16(ICCCurveType, int, int)

Construct a 16 bit lut from a given curve.

Declaration
protected LookUpTable16(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
Protected Sub New(curve As ICCCurveType, dwNumInput As Integer, dwMaxOutput As Integer)
Parameters
Type Name Description
ICCCurveType curve

the data

int dwNumInput

the size of the lut t lut.

int dwMaxOutput

max output value of the lut