com.lowagie.text.pdf
public class PdfSpotColor extends Object
PdfSpotColor
defines a ColorSpace
See Also: PdfDictionary
Field Summary | |
---|---|
Color | altcs The alternative color space |
PdfName | name The color name |
protected float | tint |
Constructor Summary | |
---|---|
PdfSpotColor(String name, float tint, Color altcs)
Constructs a new PdfSpotColor .
|
Method Summary | |
---|---|
Color | getAlternativeCS()
Gets the alternative ColorSpace. |
protected PdfObject | getSpotObject(PdfWriter writer) |
float | getTint()
Gets the tint of the SpotColor. |
PdfSpotColor
.
Parameters: name a String value tint a tint value between 0 and 1 altcs a altnative colorspace value
Returns: a Colot
Returns: a float