Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceColorSpace
Packages that use PDDeviceColorSpace
Package
Description
This package deals with colors that are stored in a PDF document.
-
Uses of PDDeviceColorSpace in org.apache.pdfbox.pdmodel.graphics.color
Subclasses of PDDeviceColorSpace in org.apache.pdfbox.pdmodel.graphics.colorModifier and TypeClassDescriptionclass
Allows colors to be specified according to the subtractive CMYK (cyan, magenta, yellow, black) model typical of printers and other paper-based output devices.final class
A color space with black, white, and intermediate shades of gray.final class
Colours in the DeviceRGB colour space are specified according to the additive RGB (red-green-blue) colour model.