ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / MatrixBasedRestrictedProfile Class / createInstance Method
Red TRC curve
Green TRC curve
Blue TRC curve
Red colorant
Green colorant
Blue colorant

In This Topic
    createInstance Method (MatrixBasedRestrictedProfile)
    In This Topic
    Factory method which returns a 3 component RestrictedICCProfile
    Syntax
    'Declaration
     
    
    Public Shared Shadows Function createInstance( _
       ByVal rcurve As ICCCurveType, _
       ByVal gcurve As ICCCurveType, _
       ByVal bcurve As ICCCurveType, _
       ByVal rcolorant As ICCXYZType, _
       ByVal gcolorant As ICCXYZType, _
       ByVal bcolorant As ICCXYZType _
    ) As RestrictedICCProfile

    Parameters

    rcurve
    Red TRC curve
    gcurve
    Green TRC curve
    bcurve
    Blue TRC curve
    rcolorant
    Red colorant
    gcolorant
    Green colorant
    bcolorant
    Blue colorant

    Return Value

    the RestrictedICCProfile
    See Also