Class Separation


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

      • 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​(java.lang.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