ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Lut Namespace / LookUpTableFP Class / createInstance Method
the data
the size of the lut

In This Topic
    createInstance Method (LookUpTableFP)
    In This Topic
    Factory method for getting a lut from a given curve.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal curve As ICCCurveType, _
       ByVal dwNumInput As Integer _
    ) As LookUpTableFP
    public static LookUpTableFP createInstance( 
       ICCCurveType curve,
       int dwNumInput
    )

    Parameters

    curve
    the data
    dwNumInput
    the size of the lut

    Return Value

    the lookup table
    See Also