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

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

    Parameters

    curve
    the data
    dwNumInput
    the size of the lut
    dwMaxOutput
    max output value of the lut

    Return Value

    the lookup table
    See Also