[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.LookUpTable32

LookUpTable32 Class

Toplevel class for a int [] lut.

Namespace: CSJ2K.Icc.Lut
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public abstract class LookUpTable32 : LookUpTable

Constructors

Name Description
LookUpTable32(ICCCurveType, int, int)

Construct a 16 bit lut from a given curve.

LookUpTable32(int, int)

Construct an empty 32 bit

Fields

Name Description
dwMaxOutput

Maximum output value of the LUT

lut

the lut values.

Methods

Name Description
ToString()

Create an abbreviated string representation of a 16 bit lut.

createInstance(ICCCurveType, int, int)

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

elementAt(int)

lut accessor

toStringWholeLut()

Create the string representation of a 32 bit lut.