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

    • getNumberOfComponents

      public int getNumberOfComponents()
      Specified by:
      getNumberOfComponents in class PdfColorSpace
    • getBaseCs

      public PdfColorSpace getBaseCs()
    • getName

      public PdfName getName()
    • getTintTransformation

      public IPdfFunction getTintTransformation()
      Gets the function to calulate a separation color value to an alternative colorspace.
      Returns:
      a IPdfFunction to perform the calculation