Packageorg.libspark.swfassist.swf.tags
Classpublic class SetBackgroundColor
InheritanceSetBackgroundColor Inheritance AbstractTag



Public Properties
 PropertyDefined by
  backgroundColor : RGB
SetBackgroundColor
 Inheritedcode : uint
AbstractTag
Public Methods
 MethodDefined by
  
SetBackgroundColor(code:uint = 0)
SetBackgroundColor
  
visit(visitor:TagVisitor):void
SetBackgroundColor
Property detail
backgroundColorproperty
backgroundColor:RGB  [read-write]Implementation
    public function get backgroundColor():RGB
    public function set backgroundColor(value:RGB):void
Constructor detail
SetBackgroundColor()constructor
public function SetBackgroundColor(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor