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

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

    Parameters

    curve
    dwNumInput
    dwMaxOutput
    See Also