| Package | de.popforge.imageprocessing.filters.convolution |
| Class | public class Convolution |
| Inheritance | Convolution NativeFilter |
| Subclasses | ConvolutionBlur, Edges, Emboss, QuickNormalMap, Sharpen |
Supported formats:
See also
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new Convolution object.
| Convolution | ||
![]() |
Applies the filter to the given Image object.
| NativeFilter | |
|
toString():String
Builds and returns a string containing the name of the class.
| Convolution | ||
| Convolution | () | constructor |
public function Convolution()Creates a new Convolution object.
| toString | () | method |
public override function toString():StringBuilds and returns a string containing the name of the class.
ReturnsString — A string containing the name of the class.
|