| Package | org.coretween.effects |
| Class | public class ColorMatrixEffect |
| Inheritance | ColorMatrixEffect Effect Tween flash.events.EventDispatcher |
| Property | Defined 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 | ||
![]() | delay : Number
Sets or gets the delay of a Tween object. | Tween | |
![]() | duration : Number
Sets or returns the duration of the Tween. | Tween | |
![]() | equations : Object [write-only]
Sets or returns the equations that the Tween object is tweening with. | Tween | |
![]() | FRAME : 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 | ||
![]() | loop : Boolean
Indicates whether the Tween object loops or not. | Tween | |
![]() | paused : Boolean [read-only]
Returns the current paused state of the Tween object. | Tween | |
![]() | position : Number [read-only]
Returns the percentage that the tween has completed. | Tween | |
![]() | QUALITY_HIGH : uint = 3 [static] | Effect | |
![]() | QUALITY_LOW : uint = 1 [static] | Effect | |
![]() | QUALITY_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 | ||
![]() | TIME : uint = 1 [static]
Use this constant to specify if time based rendering is preferred
when executing the tween. | Tween | |
![]() | tweening : Boolean [read-only]
Returns the current tweening state of the Tween. | Tween | |
![]() | type : uint
Sets or returns the rendering method for the tween. | Tween | |
| values : Object [override] | ColorMatrixEffect | ||
| Method | Defined By | ||
|---|---|---|---|
ColorMatrixEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff) | ColorMatrixEffect | ||
![]() | pause(... args):void
Pauses a tween. | Tween | |
![]() | resume():void
Resumes a paused tween. | Tween | |
![]() | rewind():void
Rewinds a tween to its starting position. | Tween | |
start():void [override] | ColorMatrixEffect | ||
![]() | stop():void
Stops the tween. | Tween | |
update(currentTime:Number):void [override] | ColorMatrixEffect | ||
| aa | property |
public var aa:Number = 1| ab | property |
public var ab:Number = 0| ag | property |
public var ag:Number = 0| ao | property |
public var ao:Number = 0| ar | property |
public var ar:Number = 0| ba | property |
public var ba:Number = 0| bb | property |
public var bb:Number = 1| bg | property |
public var bg:Number = 0| bo | property |
public var bo:Number = 0| br | property |
public var br:Number = 0| ga | property |
public var ga:Number = 0| gb | property |
public var gb:Number = 0| gg | property |
public var gg:Number = 1| go | property |
public var go:Number = 0| gr | property |
public var gr:Number = 0| ra | property |
public var ra:Number = 0| rb | property |
public var rb:Number = 0| rg | property |
public var rg:Number = 0| ro | property |
public var ro:Number = 0| rr | property |
public var rr:Number = 1| target | property |
target:Object[override] public function get target():Object public function set target(value:Object):void| values | property |
values:Object[override] public function get values():Object public function set values(value:Object):void| ColorMatrixEffect | () | Constructor |
public function ColorMatrixEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)target:Object | |
values:Object | |
duration:Number | |
equations:Object | |
delay:Number (default = 0) | |
loop:Boolean (default = false) | |
type:uint (default = 0xffff) |
| start | () | method |
override public function start():void| update | () | method |
override public function update(currentTime:Number):voidParameters
currentTime:Number |