[]
        
(Showing Draft Content)

CSJ2K.Icc.RestrictedICCProfile.createInstance

createInstance Method

createInstance(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType)

Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data.

Declaration
public static RestrictedICCProfile createInstance(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
Public Shared Function createInstance(rcurve As ICCCurveType, gcurve As ICCCurveType, bcurve As ICCCurveType, rcolorant As ICCXYZType, gcolorant As ICCXYZType, bcolorant As ICCXYZType) As RestrictedICCProfile
Parameters
Type Name Description
ICCCurveType rcurve

red curve

ICCCurveType gcurve

green curve

ICCCurveType bcurve

blue curve

ICCXYZType rcolorant

red colorant

ICCXYZType gcolorant

green colorant

ICCXYZType bcolorant

blue colorant

Returns
Type Description
RestrictedICCProfile

MatrixBasedRestrictedProfile

createInstance(ICCCurveType)

Factory method for creating a RestrictedICCProfile from gray curve data.

Declaration
public static RestrictedICCProfile createInstance(ICCCurveType gcurve)
Public Shared Function createInstance(gcurve As ICCCurveType) As RestrictedICCProfile
Parameters
Type Name Description
ICCCurveType gcurve

gray curve

Returns
Type Description
RestrictedICCProfile

MonochromeInputRestrictedProfile