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

In This Topic
    LookUpTable16Interp 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 Integer _
    )
    public LookUpTable16Interp( 
       ICCCurveType curve,
       int dwNumInput,
       int dwMaxOutput
    )

    Parameters

    curve
    dwNumInput
    dwMaxOutput
    See Also