Packageorg.purepdf.colors
Classpublic class SpotColor
InheritanceSpotColor Inheritance ExtendedColor Inheritance RGBColor Inheritance it.sephiroth.utils.ObjectHash



Public Properties
 PropertyDefined By
 Inheritedalpha : int
[read-only]
RGBColor
 Inheritedblue : int
[read-only]
RGBColor
 Inheritedgreen : int
[read-only]
RGBColor
  pdfSpotColor : PdfSpotColor
[read-only]
SpotColor
 Inheritedred : int
[read-only]
RGBColor
 Inheritedrgb : int
[read-only]
RGBColor
  tint : Number
[read-only]
SpotColor
 Inheritedtype : int
[read-only]
ExtendedColor
Protected Properties
 PropertyDefined By
 Inherited_type : int
ExtendedColor
Public Methods
 MethodDefined By
  
SpotColor($spot:PdfSpotColor, $tint:Number)
SpotColor
 Inherited
RGBColor
  
equals(obj:Object):Boolean
[override]
SpotColor
 Inherited
fromARGB(value:int):RGBColor
[static]
RGBColor
 Inherited
getType(color:RGBColor):int
[static]
ExtendedColor
  
hashCode():int
[override]
SpotColor
 Inherited
normalize(value:Number):Number
[static]
ExtendedColor
 Inherited
setValue(red:int = 0, green:int = 0, blue:int = 0, alpha:int = 255):void
RGBColor
 Inherited
validate(color:int):void
RGBColor
Public Constants
 ConstantDefined By
 InheritedBLACK : RGBColor
[static]
RGBColor
 InheritedBLUE : RGBColor
[static]
RGBColor
 InheritedCYAN : RGBColor
[static]
RGBColor
 InheritedDARK_GRAY : RGBColor
[static]
RGBColor
 InheritedGRAY : RGBColor
[static]
RGBColor
 InheritedGREEN : RGBColor
[static]
RGBColor
 InheritedLIGHT_GRAY : RGBColor
[static]
RGBColor
 InheritedMAGENTA : RGBColor
[static]
RGBColor
 InheritedORANGE : RGBColor
[static]
RGBColor
 InheritedPINK : RGBColor
[static]
RGBColor
 InheritedRED : RGBColor
[static]
RGBColor
 InheritedTYPE_CMYK : int = 2
[static]
ExtendedColor
 InheritedTYPE_GRAY : int = 1
[static]
ExtendedColor
 InheritedTYPE_PATTERN : int = 4
[static]
ExtendedColor
 InheritedTYPE_RGB : int = 0
[static]
ExtendedColor
 InheritedTYPE_SEPARATION : int = 3
[static]
ExtendedColor
 InheritedTYPE_SHADING : int = 5
[static]
ExtendedColor
 InheritedWHITE : RGBColor
[static]
RGBColor
 InheritedYELLOW : RGBColor
[static]
RGBColor
Property Detail
pdfSpotColorproperty
pdfSpotColor:PdfSpotColor  [read-only]


Implementation
    public function get pdfSpotColor():PdfSpotColor
tintproperty 
tint:Number  [read-only]


Implementation
    public function get tint():Number
Constructor Detail
SpotColor()Constructor
public function SpotColor($spot:PdfSpotColor, $tint:Number)



Parameters
$spot:PdfSpotColor
 
$tint:Number
Method Detail
equals()method
override public function equals(obj:Object):Boolean

Parameters

obj:Object

Returns
Boolean
hashCode()method 
override public function hashCode():int

Returns
int