Packageorg.purepdf.pdf
Classpublic class PdfSpotColor
InheritancePdfSpotColor Inheritance it.sephiroth.utils.ObjectHash

A PdfSpotColor defines a ColorSpace



Public Properties
 PropertyDefined By
  altcs : RGBColor
PdfSpotColor
  alternativeCS : RGBColor
[read-only]
PdfSpotColor
  name : PdfName
PdfSpotColor
Public Methods
 MethodDefined By
  
PdfSpotColor(color_name:String, alternate_cs:RGBColor)
PdfSpotColor
  
PdfSpotColor
Property Detail
altcsproperty
public var altcs:RGBColor

alternativeCSproperty 
alternativeCS:RGBColor  [read-only]


Implementation
    public function get alternativeCS():RGBColor
nameproperty 
public var name:PdfName

Constructor Detail
PdfSpotColor()Constructor
public function PdfSpotColor(color_name:String, alternate_cs:RGBColor)



Parameters
color_name:String
 
alternate_cs:RGBColor
Method Detail
getSpotObject()method
public function getSpotObject(writer:PdfWriter):PdfObject

Parameters

writer:PdfWriter

Returns
PdfObject