Packagede.popforge.imageprocessing.filters.convolution
Classpublic class Convolution
InheritanceConvolution Inheritance NativeFilter
SubclassesConvolutionBlur, Edges, Emboss, QuickNormalMap, Sharpen

The Convolution class is an implementation of the native ConvolutionFilter. This class is used for most of the convolution based filters.

Supported formats:

See also

flash.filters.ConvolutionFilter


Protected Properties
 PropertyDefined by
 Inheritedfilter : BitmapFilter
The native filter that will be overridden by a subclass of NativeFilter.
NativeFilter
Public Methods
 MethodDefined by
  
Creates a new Convolution object.
Convolution
 Inherited
apply(image:Image):void
Applies the filter to the given Image object.
NativeFilter
  
toString():String
Builds and returns a string containing the name of the class.
Convolution
Constructor detail
Convolution()constructor
public function Convolution()

Creates a new Convolution object.

Method detail
toString()method
public override function toString():String

Builds and returns a string containing the name of the class.

Returns
String — A string containing the name of the class.