ComponentOne PDF for .NET
CSJ2K.Icc.Lut Namespace / LookUpTable16Gamma Class / LookUpTable16Gamma Constructor

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

    Parameters

    curve
    dwNumInput
    dwMaxOutput
    See Also