[]
Construct the common state of all gray RestrictedICCProfiles
protected RestrictedICCProfile(ICCCurveType gcurve)
Protected Sub New(gcurve As ICCCurveType)
| Type | Name | Description |
|---|---|---|
| ICCCurveType | gcurve | curve data |
Construct the common state of all 3 component RestrictedICCProfiles
protected RestrictedICCProfile(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
Protected Sub New(rcurve As ICCCurveType, gcurve As ICCCurveType, bcurve As ICCCurveType, rcolorant As ICCXYZType, gcolorant As ICCXYZType, bcolorant As ICCXYZType)
| 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 |