[]
Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data.
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 curve |
| ICCCurveType | gcurve | green curve |
| ICCCurveType | bcurve | blue curve |
| ICCXYZType | rcolorant | red colorant |
| ICCXYZType | gcolorant | green colorant |
| ICCXYZType | bcolorant | blue colorant |
| Type | Description |
|---|---|
| RestrictedICCProfile | MatrixBasedRestrictedProfile |
Factory method for creating a RestrictedICCProfile from gray curve data.
public static RestrictedICCProfile createInstance(ICCCurveType gcurve)
Public Shared Function createInstance(gcurve As ICCCurveType) As RestrictedICCProfile
| Type | Name | Description |
|---|---|---|
| ICCCurveType | gcurve | gray curve |
| Type | Description |
|---|---|
| RestrictedICCProfile | MonochromeInputRestrictedProfile |