| Package | de.popforge.imageprocessing.filters.color |
| Class | public class ColorMatrix |
| Inheritance | ColorMatrix NativeFilter |
| Subclasses | QuickContrastCorrection, QuickSepia |
Supported formats:
See also
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new ColorMatrix object.
| ColorMatrix | ||
![]() |
Applies the filter to the given Image object.
| NativeFilter | |
|
toString():String
Builds and returns a string containing the name of the class.
| ColorMatrix | ||
| ColorMatrix | () | constructor |
public function ColorMatrix()Creates a new ColorMatrix 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.
|