User Guide
BlurFilter (flash.filters.BlurFilter) 335
Method summary
Methods inherited from class BitmapFilter
Methods inherited from class Object
BlurFilter constructor
public BlurFilter([blurX:Number], [blurY:Number], [quality:Number])
Initializes the filter with the specified parameters. The default values create a soft, unfocused
image.
Availability: ActionScript 1.0; Flash Player 8
Parameters
blurX:Number [optional] - The amount to blur horizontally. Valid values are from 0 to 255
(floating-point value). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16
and 32) are optimized to render more quickly than other values.
blurY:Number [optional] - The amount to blur vertically. Valid values are from 0 to 255
(floating-point value). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16
and 32) are optimized to render more quickly than other values.
quality:Number [optional] - The number of times to apply the filter. The default value is 1,
which is equivalent to low quality. A value of 2 is medium quality, and a value of 3 is high
quality and approximates a Gaussian blur.
Modifiers Signature Description
clone() : BlurFilter Returns a copy of this filter object.
clone (BitmapFilter.clone method)
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)