Blurfilter Constructor - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

Method summary
Modifiers
Signature
clone() : BlurFilter
Methods inherited from class BitmapFilter
clone (BitmapFilter.clone method)
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),

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
[optional] - The amount to blur horizontally. Valid values are from 0 to 255
blurX:Number
(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.
[optional] - The amount to blur vertically. Valid values are from 0 to 255
blurY:Number
(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.
[optional] - The number of times to apply the filter. The default value is 1,
quality:Number
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.
Description
Returns a copy of this filter object.
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
BlurFilter (flash.filters.BlurFilter)
valueOf
335

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF