[]
Factory method which returns a 3 component RestrictedICCProfile
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
| Type | Name | Description |
|---|---|---|
| ICCCurveType | rcurve | Red TRC curve |
| ICCCurveType | gcurve | Green TRC curve |
| ICCCurveType | bcurve | Blue TRC curve |
| ICCXYZType | rcolorant | Red colorant |
| ICCXYZType | gcolorant | Green colorant |
| ICCXYZType | bcolorant | Blue colorant |
| Type | Description |
|---|---|
| RestrictedICCProfile | the RestrictedICCProfile |