| Package | org.coretween.effects |
| Class | public class BlurEffect |
| Inheritance | BlurEffect Effect Tween flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
![]() | 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 | |
![]() | 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 : Number [read-only] | BlurEffect | ||
![]() | QUALITY_HIGH : uint = 3 [static] | Effect | |
![]() | QUALITY_LOW : uint = 1 [static] | Effect | |
![]() | QUALITY_MEDIUM : uint = 2 [static] | Effect | |
| target : Object [override] | BlurEffect | ||
![]() | 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] | BlurEffect | ||
| xblur : Number | BlurEffect | ||
| yblur : Number | BlurEffect | ||
| Method | Defined By | ||
|---|---|---|---|
BlurEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff) | BlurEffect | ||
![]() | 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] | BlurEffect | ||
![]() | stop():void
Stops the tween. | Tween | |
update(currentTime:Number):void [override] | BlurEffect | ||
| quality | property |
quality:Number [read-only] public function get quality():Number| 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| xblur | property |
xblur:Number public function get xblur():Number public function set xblur(value:Number):void| yblur | property |
yblur:Number public function get yblur():Number public function set yblur(value:Number):void| BlurEffect | () | Constructor |
public function BlurEffect(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 |