|
Flash 8 ActionScript 2.0 Language Reference
|
|
flash.filtersClass BitmapFilter
Object
Direct known subclasses
public class BitmapFilter
extends Object
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.
| clone() : BitmapFilter
Returns a BitmapFilter object that is an exact copy of the original BitmapFilter object. |
clone Method
public clone() : BitmapFilter
Player version: | Flash Player 8 |
Returns a BitmapFilter object that is an exact copy of the original BitmapFilter object.
Returns
Copyright © 2005 Macromedia Inc. All rights reserved.
Tue Sep 13 2005, 16:15 PDT