public class PdfSpotColor extends Object
PdfSpotColor defines a ColorSpacePdfDictionary| Modifier and Type | Field and Description |
|---|---|
Color |
altcs
The alternative color space
|
PdfName |
name
The color name
|
protected float |
tint |
| Constructor and Description |
|---|
PdfSpotColor(String name,
float tint,
Color altcs)
Constructs a new
PdfSpotColor. |
| Modifier and Type | Method and Description |
|---|---|
Color |
getAlternativeCS()
Gets the alternative ColorSpace.
|
protected PdfObject |
getSpotObject(PdfWriter writer) |
float |
getTint()
Gets the tint of the SpotColor.
|