[]
This profile is constructed by parsing an ICCProfile and is the profile actually applied to the image.
public abstract class RestrictedICCProfile
Name | Description |
---|---|
RestrictedICCProfile(ICCCurveType) | Construct the common state of all gray RestrictedICCProfiles |
RestrictedICCProfile(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType) | Construct the common state of all 3 component RestrictedICCProfiles |
Name | Description |
---|---|
BLUE | Component index |
GRAY | Component index |
GREEN | Component index |
RED | Component index |
colorant | Colorant data |
eol | |
kMonochromeInput | input type enumerator |
kThreeCompInput | input type enumerator |
trc | Curve data |
Name | Description |
---|---|
Type | Returns the appropriate input type enum. |
Name | Description |
---|---|
createInstance(ICCCurveType) | Factory method for creating a RestrictedICCProfile from gray curve data. |
createInstance(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType) | Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data. |