| Package | com.jumpeye.flashEff.core.interfaces |
| Interface | public interface IFlashEffFilter |
| Property | Defined by | ||
|---|---|---|---|
| component : IFlashEff
Reference to the FlashEff component instance using the current filter pattern.
| IFlashEffFilter | ||
| target : Sprite
Reference to the target object to which the filter will be applied.
| IFlashEffFilter | ||
| Method | Defined by | ||
|---|---|---|---|
|
apply():void
Visually applies the filter on the target object.
| IFlashEffFilter | ||
|
remove():void
Removes the filter from the target object but not from the FlashEff component instance.
| IFlashEffFilter | ||
| component | property |
component:IFlashEff [read-write]Reference to the FlashEff component instance using the current filter pattern.
Implementation public function get component():IFlashEff
public function set component(value:IFlashEff):void
See also
| target | property |
target:Sprite [read-write]Reference to the target object to which the filter will be applied.
Implementation public function get target():Sprite
public function set target(value:Sprite):void
| apply | () | method |
public function apply():voidVisually applies the filter on the target object.
| remove | () | method |
public function remove():voidRemoves the filter from the target object but not from the FlashEff component instance.