Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.color |
This package deals with colors that are stored in a PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
PDTristimulus |
PDCalGray.getBlackPoint() |
This will return the BlackPoint tristimulus.
|
PDTristimulus |
PDCalRGB.getBlackPoint() |
This will return the BlackPoint tristimulus.
|
PDTristimulus |
PDLab.getBlackPoint() |
This will return the BlackPoint tristimulus.
|
PDTristimulus |
PDCalGray.getWhitepoint() |
This will return the whitepoint tristimulus.
|
PDTristimulus |
PDCalRGB.getWhitepoint() |
This will return the whitepoint tristimulus.
|
PDTristimulus |
PDLab.getWhitePoint() |
This will return the whitepoint tristimulus.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDCalGray.setBlackPoint(PDTristimulus bp) |
This will set the BlackPoint tristimulus.
|
void |
PDCalRGB.setBlackPoint(PDTristimulus bp) |
This will set the BlackPoint tristimulus.
|
void |
PDLab.setBlackPoint(PDTristimulus bp) |
This will set the BlackPoint tristimulus.
|
void |
PDCalGray.setWhitepoint(PDTristimulus wp) |
This will set the whitepoint tristimulus.
|
void |
PDCalRGB.setWhitepoint(PDTristimulus wp) |
This will set the whitepoint tristimulus.
|
void |
PDLab.setWhitePoint(PDTristimulus wp) |
This will set the whitepoint tristimulus.
|
Constructor | Description |
---|---|
ColorSpaceCalRGB(PDGamma gammaValue,
PDTristimulus whitept,
PDTristimulus blackpt,
PDMatrix linearMatrix) |
Constructor.
|
ColorSpaceLab(PDTristimulus whitept,
PDTristimulus blackpt,
PDRange a,
PDRange b) |
Constructor.
|