[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.LookUpTable16

LookUpTable16 Class

Toplevel class for a short [] lut.

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

Constructors

Name Description
LookUpTable16(ICCCurveType, int, int)

Construct a 16 bit lut from a given curve.

LookUpTable16(int, int)

Construct an empty 16 bit lut

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 16 bit lut from a given curve.

elementAt(int)

lut accessor

toStringWholeLut()

Create a full string representation of a 16 bit lut.