Packageflash.filters
Classpublic class BitmapFilter
InheritanceBitmapFilter Inheritance Object
SubclassesBevelFilter, BlurFilter, ColorMatrixFilter, ConvolutionFilter, DisplacementMapFilter, DropShadowFilter, GlowFilter, GradientBevelFilter, GradientGlowFilter

Player version: Flash Player 8

The BitmapFilter base class for all image filter effects.

The BevelFilter, BlurFilter, ColorMatrixFilter, ConvolutionFilter, DisplacementMapFilter, DropShadowFilter, GlowFilter, GradientBevelFilter, and GradientGlowFilter classes all extend the BitmapFilter class. You can apply these filter effects to bitmaps or MovieClip instances.

You can create subclasses only for the preceding subclasses of the BitmapFilter class.



Public Methods
 Method
  
Returns a BitmapFilter object that is an exact copy of the original BitmapFilter object.
 Methods inherited from class Object
 addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toString, unwatch, valueOf, watch
Method detail
clone()method
public function clone():BitmapFilter

Player version: Flash Player 8

Returns a BitmapFilter object that is an exact copy of the original BitmapFilter object.

Returns
BitmapFilter — A BitmapFilter object.