ComponentOne PDF for .NET
CSJ2K.Icc Namespace / MonochromeInputRestrictedProfile Class / createInstance Method
Gray TRC curve

In This Topic
    createInstance Method (MonochromeInputRestrictedProfile)
    In This Topic
    Factory method which returns a 1 component RestrictedICCProfile
    Syntax
    'Declaration
     
    
    Public Shared Shadows Function createInstance( _
       ByVal c As ICCCurveType _
    ) As RestrictedICCProfile
    public new static RestrictedICCProfile createInstance( 
       ICCCurveType c
    )

    Parameters

    c
    Gray TRC curve

    Return Value

    the RestrictedICCProfile
    See Also