| java.lang.Object com.lowagie.text.pdf.PdfSpotColor
PdfSpotColor | public class PdfSpotColor (Code) | | A PdfSpotColor defines a ColorSpace
See Also: PdfDictionary |
altcs | public Color altcs(Code) | | The alternative color space
|
tint | protected float tint(Code) | | |
PdfSpotColor | public PdfSpotColor(String name, float tint, Color altcs)(Code) | | Constructs a new PdfSpotColor .
Parameters: name - a String value Parameters: tint - a tint value between 0 and 1 Parameters: altcs - a altnative colorspace value |
getAlternativeCS | public Color getAlternativeCS()(Code) | | Gets the alternative ColorSpace.
a Colot |
getTint | public float getTint()(Code) | | Gets the tint of the SpotColor.
a float |
|
|