Class Separation

java.lang.Object
com.itextpdf.kernel.colors.Color
com.itextpdf.kernel.colors.Separation

public class Separation extends Color
Representation of a separation color space.
  • Constructor Details

    • Separation

      public Separation (PdfSpecialCs.Separation cs)
      Creates a separation color using the given PdfSpecialCs color space.
      Parameters:
      cs - Color space
    • Separation

      public Separation (PdfSpecialCs.Separation cs, float value)
      Creates a separation color using the given PdfSpecialCs color space and color value.
      Parameters:
      cs - Color space
      value - Color value
    • Separation

      public Separation (String name, PdfColorSpace alternateCs, IPdfFunction tintTransform, float value)
      Creates a color in a new separation color space.
      Parameters:
      name - the name for the separation color
      alternateCs - the alternative color space
      tintTransform - the function to transform color to the alternate color space
      value - the color value