Classes
 ClassDescription
 Blur The Blur class is an implementation of the native BlurFilter.
 Convolution The Convolution class is an implementation of the native ConvolutionFilter.
 ConvolutionBlur The ConvolutionBlur class is a filter that uses a convolution matrix to blur an image.
 Edges The Edges class is a filter that uses a convolution matrix to extract the edges an image contains.
 Emboss The Emboss class is a filter that uses a convolution matrix to apply an emboss effect.
 QuickNormalMap The QuickNormalMap class is a filter that uses a convolution matrix to create a normal map out of a given bump map.
 Sharpen The Sharpen class is a filter that uses a convolution matrix to sharpen an image.