Property summary
Modifiers
Property
alpha:Number
bias:Number
clamp:Boolean
color:Number
divisor:Number
matrix:Array
matrixX:Number
matrixY:Number
preserveAlpha:Boolea
n
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
ConvolutionFilter(ma
trixX:Number,
matrixY:Number,
matrix:Array,
[divisor:Number],
[bias:Number],
[preserveAlpha:Boole
an],
[clamp:Boolean],
[color:Number],
[alpha:Number])
Description
The alpha transparency value of the substitute color.
Bias to add to the result of the matrix transformation.
Indicates whether the image should be clamped.
The hexadecimal color to substitute for pixels that are
off the source image.
The divisor used during matrix transformation.
An array of values used for matrix transformation;
returns a copy.
The x dimension of the matrix (the number of columns
in the matrix).
The y dimension of the matrix (the number of rows in
the matrix).
Indicates what the convolution applies to.
property),
Description
Initializes a ConvolutionFilter instance with the specified parameters.
__proto__ (Object.__proto__
property),
__resolve
ConvolutionFilter (flash.filters.ConvolutionFilter)
459
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?