ComponentOne PDF for .NET
CSJ2K.Icc Namespace / RestrictedICCProfile Class / createInstance Method / createInstance(ICCCurveType,ICCCurveType,ICCCurveType,ICCXYZType,ICCXYZType,ICCXYZType) Method
red curve
green curve
blue curve
red colorant
green colorant
blue colorant

In This Topic
    createInstance(ICCCurveType,ICCCurveType,ICCCurveType,ICCXYZType,ICCXYZType,ICCXYZType) Method
    In This Topic
    Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data.
    Syntax
    'Declaration
     
    
    Public Overloads Shared 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 curve
    gcurve
    green curve
    bcurve
    blue curve
    rcolorant
    red colorant
    gcolorant
    green colorant
    bcolorant
    blue colorant

    Return Value

    MatrixBasedRestrictedProfile
    See Also