Class PdfSpecialCs.DeviceN

Direct Known Subclasses:
PdfSpecialCs.NChannel
Enclosing class:
PdfSpecialCs

public static class PdfSpecialCs.DeviceN extends PdfSpecialCs
  • Field Details

    • numOfComponents

      protected int numOfComponents
  • Constructor Details

    • DeviceN

      public DeviceN (PdfArray pdfObject)
    • DeviceN

      public DeviceN (PdfArray names, PdfObject alternateSpace, PdfObject tintTransform)
    • DeviceN

      public DeviceN (List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform)
      Creates a new DiviceN colorspace.
      Parameters:
      names - the names of the components
      alternateSpace - the alternate colorspace
      tintTransform - the function to transform colors to the alternate colorspace
  • Method Details