User Guide

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