| BevelFilter | The BevelFilter class lets you add a bevel effect to display objects.
A bevel effect gives objects such as buttons a three-dimensional look.
You can customize the look of the bevel with different highlight and
shadow colors, the amount of blur on the bevel, the angle of the bevel,
the placement of the bevel, and a knockout effect. You can apply the
filter to any display object (that is, objects that inherit from the
DisplayObject class), such as MovieClip, SimpleButton, TextField,
and Video objects, as well as to BitmapData objects. |
| GradientBevelFilter | The GradientBevelFilter class lets you apply a gradient bevel effect to
display objects. A gradient bevel is a beveled edge, enhanced with gradient
color, on the outside, inside, or top of an object. Beveled edges make objects
look three-dimensional. You can apply the filter to any display object
(that is, objects that inherit from the DisplayObject class), such as MovieClip,
SimpleButton, TextField, and Video objects, as well as to BitmapData objects. |
| GradientGlowFilter | The GradientGlowFilter class lets you apply a gradient glow effect to display objects.
A gradient glow is a realistic-looking glow with a color gradient that you can control.
You can apply a gradient glow around the inner or outer edge of an object or on top of
an object. You can apply the filter to any display object (objects that inherit pre the
DisplayObject class), such as MovieClip, SimpleButton, TextField, and Video
objects, as well as to BitmapData objects. |