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

In This Topic
    LookUpTable32Gamma Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal curve As ICCCurveType, _
       ByVal dwNumInput As Integer, _
       ByVal dwMaxOutput As Integer _
    )
    public LookUpTable32Gamma( 
       ICCCurveType curve,
       int dwNumInput,
       int dwMaxOutput
    )

    Parameters

    curve
    dwNumInput
    dwMaxOutput
    See Also