| Package | Description |
|---|---|
| icc | |
| icc.tags |
| Modifier and Type | Field and Description |
|---|---|
ICCXYZType[] |
RestrictedICCProfile.colorant
Colorant data
|
| Modifier and Type | Method and Description |
|---|---|
static RestrictedICCProfile |
RestrictedICCProfile.createInstance(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
Factory method for creating a RestrictedICCProfile from
3 component curve and colorant data.
|
static RestrictedICCProfile |
MatrixBasedRestrictedProfile.createInstance(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
Factory method which returns a 3 component RestrictedICCProfile
|
| Constructor and Description |
|---|
MatrixBasedRestrictedProfile(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
Construct a 3 component RestrictedICCProfile
|
RestrictedICCProfile(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
Construct the common state of all 3 component RestrictedICCProfiles
|
| Modifier and Type | Class and Description |
|---|---|
class |
ICCXYZTypeReverse
A tag containing a triplet.
|
Copyright © 2015. All rights reserved.