ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.filters 

IBitmapFilter  - AS3 Flex

Packagemx.filters
Interfacepublic interface IBitmapFilter
Implementors BevelFilter, BlurFilter, ColorMatrixFilter, ConvolutionFilter, DisplacementMapFilter, DropShadowFilter, GlowFilter, GradientBevelFilter, GradientGlowFilter, ShaderFilter

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Interface used by some Spark filters.



Public Methods
 MethodDefined By
  
Returns a copy of the filter.
IBitmapFilter
Method Detail

clone

()method
public function clone():BitmapFilter

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Returns a copy of the filter.

Returns
BitmapFilter — A new BitmapFilter instance with all the same properties as the original BitmapFilter instance.