[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.LookUpTable32.-ctor

LookUpTable32 Constructor

LookUpTable32(int, int)

Construct an empty 32 bit

Declaration
protected LookUpTable32(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

LookUpTable32(ICCCurveType, int, int)

Construct a 16 bit lut from a given curve.

Declaration
protected LookUpTable32(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