Class PdfSpecialCs.NChannel

Enclosing class:
PdfSpecialCs

public static class PdfSpecialCs.NChannel extends PdfSpecialCs.DeviceN
  • Constructor Details

    • NChannel

      public NChannel (PdfArray pdfObject)
    • NChannel

      public NChannel (PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes)
    • NChannel

      public NChannel (List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes)
      Creates a new NChannel colorspace.
      Parameters:
      names - the names for the components
      alternateSpace - the alternative colorspace
      tintTransform - the function to transform colors to the alternate color space
      attributes - NChannel specific attributes
  • Method Details