FMX.Filter.Effects.TBlurTransitionEffect
Delphi
TBlurTransitionEffect = class(TImageFXEffect)
C++
class PASCALIMPLEMENTATION TBlurTransitionEffect : public TImageFXEffect
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | FMX.Filter.Effects |
Description
TBlurTransitionEffect is a class for creating an effect that makes a blur transition between the texture of visible objects and another texture.
For further information, go to TImageFXEffect and FireMonkey Image Effects.
The transition is made between the texture of the object to which the effect is applied and the bitmap specified by the Target property. If Target is not specified, TBlurTransitionEffect also uses the texture of the object to which the effect is applied as the second texture of the transition.
The progress of the transition between the two textures can be changed by using the Progress 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 TRadialBlurEffect, in the following example, the Target is not specified.
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.TDirectionalBlurEffect
- FMX.Filter.Effects.TRadialBlurEffect