Packageorg.coretween.effects
Classpublic class GlowEffect
InheritanceGlowEffect Inheritance Effect Inheritance Tween Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  alpha : Number
GlowEffect
  b : Number
GlowEffect
  color : Number
GlowEffect
 Inheriteddelay : Number
Sets or gets the delay of a Tween object.
Tween
 Inheritedduration : Number
Sets or returns the duration of the Tween.
Tween
 Inheritedequations : Object
[write-only] Sets or returns the equations that the Tween object is tweening with.
Tween
 InheritedFRAME : uint = 2
[static] Use this constant to specify if frame based rendering is preferred when executing the tween.
Tween
  g : Number
GlowEffect
 Inheritedloop : Boolean
Indicates whether the Tween object loops or not.
Tween
 Inheritedpaused : Boolean
[read-only] Returns the current paused state of the Tween object.
Tween
 Inheritedposition : Number
[read-only] Returns the percentage that the tween has completed.
Tween
 InheritedQUALITY_HIGH : uint = 3
[static]
Effect
 InheritedQUALITY_LOW : uint = 1
[static]
Effect
 InheritedQUALITY_MEDIUM : uint = 2
[static]
Effect
  r : Number
GlowEffect
  strength : Number
GlowEffect
  target : Object
[override]
GlowEffect
 InheritedTIME : uint = 1
[static] Use this constant to specify if time based rendering is preferred when executing the tween.
Tween
 Inheritedtweening : Boolean
[read-only] Returns the current tweening state of the Tween.
Tween
 Inheritedtype : uint
Sets or returns the rendering method for the tween.
Tween
  values : Object
[override]
GlowEffect
  xblur : Number
GlowEffect
  yblur : Number
GlowEffect
Protected Properties
 PropertyDefined By
 Inherited_effectTarget : Object = null
Effect
Public Methods
 MethodDefined By
  
GlowEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)
GlowEffect
 Inherited
pause(... args):void
Pauses a tween.
Tween
 Inherited
resume():void
Resumes a paused tween.
Tween
 Inherited
rewind():void
Rewinds a tween to its starting position.
Tween
  
start():void
[override]
GlowEffect
 Inherited
stop():void
Stops the tween.
Tween
  
update(currentTime:Number):void
[override]
GlowEffect
Property Detail
alphaproperty
alpha:Number


Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
bproperty 
b:Number


Implementation
    public function get b():Number
    public function set b(value:Number):void
colorproperty 
color:Number


Implementation
    public function get color():Number
    public function set color(value:Number):void
gproperty 
g:Number


Implementation
    public function get g():Number
    public function set g(value:Number):void
rproperty 
r:Number


Implementation
    public function get r():Number
    public function set r(value:Number):void
strengthproperty 
strength:Number


Implementation
    public function get strength():Number
    public function set strength(value:Number):void
targetproperty 
target:Object[override]


Implementation
    public function get target():Object
    public function set target(value:Object):void
valuesproperty 
values:Object[override]


Implementation
    public function get values():Object
    public function set values(value:Object):void
xblurproperty 
xblur:Number


Implementation
    public function get xblur():Number
    public function set xblur(value:Number):void
yblurproperty 
yblur:Number


Implementation
    public function get yblur():Number
    public function set yblur(value:Number):void
Constructor Detail
GlowEffect()Constructor
public function GlowEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)



Parameters
target:Object
 
values:Object
 
duration:Number
 
equations:Object
 
delay:Number (default = 0)
 
loop:Boolean (default = false)
 
type:uint (default = 0xffff)
Method Detail
start()method
override public function start():void

update()method 
override public function update(currentTime:Number):void

Parameters

currentTime:Number