| Package | de.popforge.imageprocessing.filters |
| Class | public class NativeFilter |
| Implements | IFilter |
| Subclasses | Blur, ColorMatrix, Convolution, DisplacementMap |
Supported formats:
| Property | Defined by | ||
|---|---|---|---|
| filter : BitmapFilter
The native filter that will be overridden by a subclass of NativeFilter.
| NativeFilter | ||
| Method | Defined by | ||
|---|---|---|---|
|
Applies the filter to the given Image object.
| NativeFilter | ||
|
toString():String
Builds and returns a string containing the name of the class.
| NativeFilter | ||
| filter | property |
protected var filter:BitmapFilterThe native filter that will be overridden by a subclass of NativeFilter.
| apply | () | method |
public function apply(image:Image):voidApplies the filter to the given Image object.
Parametersimage:Image — The image that will be manipulated.
|
| toString | () | method |
public function toString():StringBuilds and returns a string containing the name of the class.
ReturnsString — A string containing the name of the class.
|