[]
Construct the common state of all gray RestrictedICCProfiles
protected RestrictedICCProfile(ICCCurveType gcurve)
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)
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 |