Class PDDeviceColorSpace

java.lang.Object
org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceColorSpace
All Implemented Interfaces:
COSObjectable
Direct Known Subclasses:
PDDeviceCMYK, PDDeviceGray, PDDeviceRGB

public abstract class PDDeviceColorSpace extends PDColorSpace
Device colour spaces directly specify colours or shades of gray produced by an output device.
Author:
John Hewson
  • Constructor Details

    • PDDeviceColorSpace

      public PDDeviceColorSpace()
  • Method Details