TTeeFilter.ApplyTo
TTeeFilter
procedure ApplyTo(Const Bitmap: TBitmap); overload;
Unit
TeCanvas
Description
Processes pixels in the whole rectangle area of Bitmap parameter.
Each filter class does a different processing.
See the TTeeFilter class description for an example.
ApplyTo is a class method.
Internally it creates and destroys an instance of the filter so it can be called having just the filter class name without the need of creating a filter instance.
For example:
TInvertFilter.ApplyTo(MyBitmap);