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 |
PDCIEDictionaryBasedColorSpace.getBlackPoint() |
This will return the BlackPoint tristimulus.
|
PDTristimulus |
PDCIEDictionaryBasedColorSpace.getWhitepoint() |
This will return the whitepoint tristimulus.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDCIEDictionaryBasedColorSpace.setBlackPoint(PDTristimulus blackpoint) |
This will set the BlackPoint tristimulus.
|
void |
PDCIEDictionaryBasedColorSpace.setWhitePoint(PDTristimulus whitepoint) |
This will set the whitepoint tristimulus.
|
Copyright © 2002–2018. All rights reserved.