Class PdfSpecialCs.Separation

Enclosing class:
PdfSpecialCs

public static class PdfSpecialCs.Separation extends PdfSpecialCs
  • Constructor Details

    • Separation

      public Separation(PdfArray pdfObject)
    • Separation

      public Separation(PdfName name, PdfObject alternateSpace, PdfObject tintTransform)
    • Separation

      public Separation(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform)
      Creates a new separation color space.
      Parameters:
      name - The name for the separation color
      alternateSpace - The alternate colorspace
      tintTransform - The function how the transform colors in the separation color space to the alternate color space
  • Method Details