| Package | Description |
|---|---|
| icc | |
| icc.lut |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixBasedRestrictedProfile
This class is a 3 component RestrictedICCProfile
|
class |
MonochromeInputRestrictedProfile
This class is a 1 component RestrictedICCProfile
|
| Modifier and Type | Method and Description |
|---|---|
static RestrictedICCProfile |
RestrictedICCProfile.createInstance(ICCCurveType gcurve)
Factory method for creating a RestrictedICCProfile from
gray curve data.
|
static RestrictedICCProfile |
MonochromeInputRestrictedProfile.createInstance(ICCCurveType c)
Factory method which returns a 1 component RestrictedICCProfile
|
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
|
RestrictedICCProfile |
ICCProfile.parse()
Parse this ICCProfile into a RestrictedICCProfile
which is appropriate to the data in this profile.
|
| Constructor and Description |
|---|
MatrixBasedTransformTosRGB(RestrictedICCProfile ricc,
int[] dwMaxValue,
int[] dwShiftValue)
Construct a 3 component transform based on an input RestricedICCProfile
This transform will pass the input throught a floating point lut (LookUpTableFP),
apply a matrix to the output and finally pass the intermediate buffer through
a 8-bit lut (LookUpTable8).
|
MonochromeTransformTosRGB(RestrictedICCProfile ricc,
int dwInputMaxValue,
int dwInputShiftValue)
Construct the lut from the RestrictedICCProfile.
|
Copyright © 2015. All rights reserved.