332
ActionScript classes
BitmapFilter (flash.filters.BitmapFilter)
Object
|
+-flash.filters.BitmapFilter
public class
BitmapFilter
extends Object
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.
Availability:
ActionScript 1.0; Flash Player 8
Property summary
Properties inherited from class Object
Method summary
Methods inherited from class Object
constructor (Object.constructor property)
,
__proto__ (Object.__proto__
property)
,
prototype (Object.prototype property)
,
__resolve
(Object.__resolve property)
Modifiers
Signature
Description
clone
() :
BitmapFilter
Returns a BitmapFilter object that is an exact copy of
the original BitmapFilter object.
addProperty (Object.addProperty method)
,
hasOwnProperty
(Object.hasOwnProperty method)
,
isPropertyEnumerable
(Object.isPropertyEnumerable method)
,
isPrototypeOf (Object.isPrototypeOf
method)
,
registerClass (Object.registerClass method)
,
toString
(Object.toString method)
,
unwatch (Object.unwatch method)
,
valueOf
(Object.valueOf method)
,
watch (Object.watch method)
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...