FMX.Effects.TGlowEffect
Delphi
TGlowEffect = class(TFilterEffect)
C++
class PASCALIMPLEMENTATION TGlowEffect : public TFilterEffect
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Effects.pas FMX.Effects.hpp |
FMX.Effects | FMX.Effects |
Description
TGlowEffect is a class for creating a glow effect around a visible object.
TGlowEffect is an implementation of TEffect. For further information, go to TEffect and FireMonkey Image Effects.
Beside the properties provided by TEffect, TGlowEffect provides three specific properties: GlowColor, Opacity, and Softness.
For example, the following table shows the result of TGlowEffect on a .png picture (with transparent background) placed on a form (using a TImage object) and on a TRectangle object. For both objects, GlowColor is set to Gold
, Opacity, to 0,9
, and Softness, to 0,4
.
Original | TGlowEffect |
---|---|
See Also
- FMX.Effects.TInnerGlowEffect
- FMX.Effects.TEffect
- FireMonkey Image Effects
- Editing a FireMonkey Style
Code Examples
- FireMonkey Controls sample
- FireMonkey Shader Filters sample
- FireMonkey Flash Light sample
- FireMonkey GUI3d sample