Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Animation, Filters, and Drawings > Using filter effects > Applying filters to object instances and BitmapData instances | |||
The use of filters depends on the object instance to which you apply the filter. Use the following guidelines when you apply a filter to an object or BitmapData instance:
filters property. Setting the filters property of an object does not modify the object and can be undone by clearing the filters property.BitmapData.applyFilter() method. Calling applyFilter() on a BitmapData object takes the source BitmapData object and the filter object and generates a filtered image. |
NOTE |
You can also apply filter effects to images and video during authoring using the Filters tab in the Property inspector. |
|
|
|
|