Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDTristimulus
-
Packages that use PDTristimulus Package Description org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. -
-
Uses of PDTristimulus in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDTristimulus Modifier and Type Method Description PDTristimulus
PDCIEDictionaryBasedColorSpace. getBlackPoint()
This will return the BlackPoint tristimulus.PDTristimulus
PDCIEDictionaryBasedColorSpace. getWhitepoint()
This will return the whitepoint tristimulus.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulus Modifier and Type Method Description private void
PDCIEDictionaryBasedColorSpace. fillWhitepointCache(PDTristimulus whitepoint)
void
PDCIEDictionaryBasedColorSpace. setBlackPoint(PDTristimulus blackpoint)
This will set the BlackPoint tristimulus.void
PDCIEDictionaryBasedColorSpace. setWhitePoint(PDTristimulus whitepoint)
This will set the whitepoint tristimulus.
-