Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.color |
This package deals with colors that are stored in a PDF document.
|
Modifier and Type | Class and Description |
---|---|
class |
PDDeviceCMYK
Allows colors to be specified according to the subtractive CMYK (cyan, magenta, yellow, black)
model typical of printers and other paper-based output devices.
|
class |
PDDeviceGray
A color space with black, white, and intermediate shades of gray.
|
class |
PDDeviceRGB
Colours in the DeviceRGB colour space are specified according to the additive
RGB (red-green-blue) colour model.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.