[]
        
(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)
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)
Parameters
Type Name Description
ICCCurveType gcurve

gray curve

Returns
Type Description
RestrictedICCProfile

MonochromeInputRestrictedProfile