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

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

    Parameters

    curve
    dwNumInput
    See Also