Show: Delphi
C++
Display Preferences
FMX.Effects
From XE2 API Documentation
Defines FireMonkey 2D bitmap effects rendered in software: blur, shadow, glow, bevel, and reflection.
Classes
| TBevelEffect | TBevelEffect is a class for creating an effect that adds the illusion of depth to a visible object. |
| TBlurEffect | TBlurEffect is a class for creating an effect that blurs the texture of visible objects. |
| TGlowEffect | TGlowEffect is a class for creating a glow effect around a visible object. |
| TInnerGlowEffect | TInnerGlowEffect is a class for creating an effect similar to TGlowEffect, but on the inside edge of a visible object. |
| TReflectionEffect | TReflectionEffect is a class for creating a reflection effect below a visible object. |
| TShadowEffect | TShadowEffect is a class for creating a shadow effect for visible objects. |
Routines
| Blur | Blur is used to create the blur used in some effects in this unit. |