Package org.apache.pdfbox.pdmodel.graphics.color
This package deals with colors that are stored in a PDF document.
-
Class Summary Class Description PDCalGray A CalGray colour space is a special case of a single-component CIE-based colour space.PDCalRGB A CalRGB colour space is a CIE-based colour space with one transformation stage instead of two.PDCIEBasedColorSpace CIE-based colour spaces specify colours in a way that is independent of the characteristics of any particular output device.PDCIEDictionaryBasedColorSpace CIE-based colour spaces that use a dictionary.PDColor A color value, consisting of one or more color components, or for pattern color spaces, a name and optional color components.PDColorSpace A color space specifies how the colours of graphics objects will be painted on the page.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.PDDeviceColorSpace Device colour spaces directly specify colours or shades of gray produced by an output device.PDDeviceGray A color space with black, white, and intermediate shades of gray.PDDeviceN DeviceN colour spaces may contain an arbitrary number of colour components.PDDeviceNAttributes Contains additional information about the components of colour space.PDDeviceNProcess A DeviceN Process DictionaryPDDeviceRGB Colours in the DeviceRGB colour space are specified according to the additive RGB (red-green-blue) colour model.PDGamma A gamma array, or collection of three floating point parameters used for color operations.PDICCBased ICCBased color spaces are based on a cross-platform color profile as defined by the International Color Consortium (ICC).PDIndexed An Indexed colour space specifies that an area is to be painted using a colour table of arbitrary colours from another color space.PDJPXColorSpace A color space embedded in a JPX file.PDLab A Lab colour space is a CIE-based ABC colour space with two transformation stages.PDOutputIntent An Output Intent describes the colour reproduction characteristics of a possible output device or production condition.PDPattern A Pattern color space is either a Tiling pattern or a Shading pattern.PDSeparation A Separation color space used to specify either additional colorants or for isolating the control of individual colour components of a device colour space for a subtractive device.PDSpecialColorSpace Special colour spaces add features or properties to an underlying colour space.PDTristimulus A tristimulus, or collection of three floating point parameters used for color operations.