Packagede.popforge.imageprocessing.filters.color
Classpublic class ColorMatrix
InheritanceColorMatrix Inheritance NativeFilter
SubclassesQuickContrastCorrection, QuickSepia

The ColorMatrix class is an implementation of the native ColorMatrixFilter. This class is used for most of the color matrix based filters.

Supported formats:

See also

flash.filters.ColorMatrixFilter


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 ColorMatrix object.
ColorMatrix
 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.
ColorMatrix
Constructor detail
ColorMatrix()constructor
public function ColorMatrix()

Creates a new ColorMatrix 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.