[]
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)
| 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)
| Type | Name | Description |
|---|---|---|
| ICCCurveType | gcurve | gray curve |
| Type | Description |
|---|---|
| RestrictedICCProfile | MonochromeInputRestrictedProfile |