Uses of Class
org.pdfbox.pdmodel.graphics.color.PDGamma

Packages that use PDGamma
org.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. 
 

Uses of PDGamma in org.pdfbox.pdmodel.graphics.color
 

Methods in org.pdfbox.pdmodel.graphics.color that return PDGamma
 PDGamma PDCalRGB.getGamma()
          This will get the gamma value.
 

Methods in org.pdfbox.pdmodel.graphics.color with parameters of type PDGamma
 void PDCalRGB.setGamma(PDGamma value)
          Set the gamma value.