FMX.Filter.Effects.TFilterDirectionalBlur
Delphi
TFilterDirectionalBlur = class(TFilterBaseFilter)
C++
class PASCALIMPLEMENTATION TFilterDirectionalBlur : public TFilterBaseFilter
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | FMX.Filter.Effects |
Description
TFilterDirectionalBlur is a wrapper for TDirectionalBlurEffect.
FMX.Filter.Effects.TFilterDirectionalBlur inherits from FMX.Filter.Effects.TDirectionalBlurEffect. All content below this line refers to FMX.Filter.Effects.TDirectionalBlurEffect.
TDirectionalBlurEffect is a class for creating an effect that blurs, using a directional blur algorithm, the texture of visible objects.
For further information, go to TImageFXEffect and FireMonkey Image Effects.
The direction of the blur can be changed using the Angle property, and the blur amount of the effect can be changed using the BlurAmount property.
The following table shows the results of and differences between blur effects on a .png picture (with transparent background) placed on a form (using a TImage object). For TDirectionalBlurEffect, in the following example, the Angle is set to 45 degrees.
No effect (original picture) |
TBlurEffect | |
|
See Also
- FMX.Effects.TEffect
- FireMonkey Image Effects
- FMX.Filter.Effects.TGaussianBlurEffect
- FMX.Effects.TBlurEffect
- FMX.Filter.Effects.TBoxBlurEffect
- FMX.Filter.Effects.TRadialBlurEffect
- FMX.Filter.Effects.TBlurTransitionEffect