Packageorg.coretween.effects
Classpublic class ColorMatrixEffect
InheritanceColorMatrixEffect Inheritance Effect Inheritance Tween Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  aa : Number = 1
ColorMatrixEffect
  ab : Number = 0
ColorMatrixEffect
  ag : Number = 0
ColorMatrixEffect
  ao : Number = 0
ColorMatrixEffect
  ar : Number = 0
ColorMatrixEffect
  ba : Number = 0
ColorMatrixEffect
  bb : Number = 1
ColorMatrixEffect
  bg : Number = 0
ColorMatrixEffect
  bo : Number = 0
ColorMatrixEffect
  br : Number = 0
ColorMatrixEffect
 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
  ga : Number = 0
ColorMatrixEffect
  gb : Number = 0
ColorMatrixEffect
  gg : Number = 1
ColorMatrixEffect
  go : Number = 0
ColorMatrixEffect
  gr : Number = 0
ColorMatrixEffect
 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
  ra : Number = 0
ColorMatrixEffect
  rb : Number = 0
ColorMatrixEffect
  rg : Number = 0
ColorMatrixEffect
  ro : Number = 0
ColorMatrixEffect
  rr : Number = 1
ColorMatrixEffect
  target : Object
[override]
ColorMatrixEffect
 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]
ColorMatrixEffect
Protected Properties
 PropertyDefined By
 Inherited_effectTarget : Object = null
Effect
Public Methods
 MethodDefined By
  
ColorMatrixEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)
ColorMatrixEffect
 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]
ColorMatrixEffect
 Inherited
stop():void
Stops the tween.
Tween
  
update(currentTime:Number):void
[override]
ColorMatrixEffect
Property Detail
aaproperty
public var aa:Number = 1

abproperty 
public var ab:Number = 0

agproperty 
public var ag:Number = 0

aoproperty 
public var ao:Number = 0

arproperty 
public var ar:Number = 0

baproperty 
public var ba:Number = 0

bbproperty 
public var bb:Number = 1

bgproperty 
public var bg:Number = 0

boproperty 
public var bo:Number = 0

brproperty 
public var br:Number = 0

gaproperty 
public var ga:Number = 0

gbproperty 
public var gb:Number = 0

ggproperty 
public var gg:Number = 1

goproperty 
public var go:Number = 0

grproperty 
public var gr:Number = 0

raproperty 
public var ra:Number = 0

rbproperty 
public var rb:Number = 0

rgproperty 
public var rg:Number = 0

roproperty 
public var ro:Number = 0

rrproperty 
public var rr:Number = 1

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
Constructor Detail
ColorMatrixEffect()Constructor
public function ColorMatrixEffect(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