Class PdfSpotColor

java.lang.Object
com.aowagie.text.pdf.PdfSpotColor

public class PdfSpotColor extends Object
A PdfSpotColor defines a ColorSpace
See Also:
  • Constructor Details

    • PdfSpotColor

      public PdfSpotColor()
  • Method Details

    • getTint

      public float getTint()
      Gets the tint of the SpotColor.
      Returns:
      a float
    • getAlternativeCS

      public Color getAlternativeCS()
      Gets the alternative ColorSpace.
      Returns:
      a Color
    • getSpotObject

      protected PdfObject getSpotObject(PdfWriter writer)