| Package | Description |
|---|---|
| icc | |
| icc.lut |
| Modifier and Type | Field and Description |
|---|---|
ICCCurveType[] |
RestrictedICCProfile.trc
Curve data
|
| 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
|
| Constructor and Description |
|---|
MatrixBasedRestrictedProfile(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
Construct a 3 component RestrictedICCProfile
|
RestrictedICCProfile(ICCCurveType gcurve)
Construct the common state of all gray RestrictedICCProfiles
|
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 | Field and Description |
|---|---|
protected ICCCurveType |
LookUpTable.curve
The curve data
|
| Modifier and Type | Method and Description |
|---|---|
static LookUpTableFP |
LookUpTableFP.createInstance(ICCCurveType curve,
int dwNumInput)
Factory method for getting a lut from a given curve.
|
static LookUpTable16 |
LookUpTable16.createInstance(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Factory method for getting a 16 bit lut from a given curve.
|
| Constructor and Description |
|---|
LookUpTable(ICCCurveType curve,
int dwNumInput)
For subclass usage.
|
LookUpTable16(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Construct a 16 bit lut from a given curve.
|
LookUpTable16Gamma(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput) |
LookUpTable16Interp(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Construct the lut from the curve data
|
LookUpTable32Gamma(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput) |
LookUpTable32Interp(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Construct the lut from the curve data
|
LookUpTable8(ICCCurveType curve,
int dwNumInput,
byte dwMaxOutput)
Create the string representation of a 16 bit lut.
|
LookUpTable8Gamma(ICCCurveType curve,
int dwNumInput,
byte dwMaxOutput) |
LookUpTable8Interp(ICCCurveType curve,
int dwNumInput,
byte dwMaxOutput)
Construct the lut from the curve data
|
LookUpTableFP(ICCCurveType curve,
int dwNumInput)
Construct an empty lut
|
LookUpTableFPGamma(ICCCurveType curve,
int dwNumInput) |
LookUpTableFPInterp(ICCCurveType curve,
int dwNumInput)
Construct the lut from the curve data
|
Copyright © 2015. All rights reserved.