Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDTristimulus
Packages that use PDTristimulus
Package
Description
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 PDTristimulusModifier and TypeMethodDescriptionPDCalGray.getBlackPoint()
This will return the BlackPoint tristimulus.PDCalRGB.getBlackPoint()
This will return the BlackPoint tristimulus.PDLab.getBlackPoint()
This will return the BlackPoint tristimulus.PDCalGray.getWhitepoint()
This will return the whitepoint tristimulus.PDCalRGB.getWhitepoint()
This will return the whitepoint tristimulus.PDLab.getWhitePoint()
This will return the whitepoint tristimulus.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulusModifier and TypeMethodDescriptionvoid
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.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulusModifierConstructorDescriptionColorSpaceCalRGB
(PDGamma gammaValue, PDTristimulus whitept, PDTristimulus blackpt, PDMatrix linearMatrix) Constructor.ColorSpaceLab
(PDTristimulus whitept, PDTristimulus blackpt, PDRange a, PDRange b) Constructor.