[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.LookUpTable8

LookUpTable8 Class

Toplevel class for a byte [] lut.

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

Constructors

Name Description
LookUpTable8(ICCCurveType, int, byte)

Create the string representation of a 16 bit lut.

LookUpTable8(int, byte)

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.

elementAt(int)

lut accessor

toStringWholeLut()