| Package | org.coretween.effects |
| Class | public class ColorTransformEffect |
| Inheritance | ColorTransformEffect Effect Tween flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| a : Number | ColorTransformEffect | ||
| b : Number | ColorTransformEffect | ||
![]() | 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 | |
| g : Number | ColorTransformEffect | ||
![]() | 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 | |
| r : Number | ColorTransformEffect | ||
| target : Object [override] | ColorTransformEffect | ||
![]() | 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] | ColorTransformEffect | ||
| Method | Defined By | ||
|---|---|---|---|
ColorTransformEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff) | ColorTransformEffect | ||
![]() | 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] | ColorTransformEffect | ||
![]() | stop():void
Stops the tween. | Tween | |
update(currentTime:Number):void [override] | ColorTransformEffect | ||
| a | property |
a:Number public function get a():Number public function set a(value:Number):void| b | property |
b:Number public function get b():Number public function set b(value:Number):void| g | property |
g:Number public function get g():Number public function set g(value:Number):void| r | property |
r:Number public function get r():Number public function set r(value:Number):void| 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| ColorTransformEffect | () | Constructor |
public function ColorTransformEffect(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 |