ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Lut Namespace / LookUpTable8Interp Class / LookUpTable8Interp Constructor

In This Topic
    LookUpTable8Interp Constructor
    In This Topic
    Construct the lut from the curve data
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal curve As ICCCurveType, _
       ByVal dwNumInput As Integer, _
       ByVal dwMaxOutput As Byte _
    )
    public LookUpTable8Interp( 
       ICCCurveType curve,
       int dwNumInput,
       byte dwMaxOutput
    )

    Parameters

    curve
    dwNumInput
    dwMaxOutput
    See Also