FMX.Effects.TInnerGlowEffect

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Effects.TFilterEffectFMX.Effects.TEffectFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTInnerGlowEffect

Delphi

TInnerGlowEffect = class(TFilterEffect)

C++

class PASCALIMPLEMENTATION TInnerGlowEffect : public TFilterEffect

Properties

Type Visibility Source Unit Parent
class public
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects FMX.Effects

Description

TInnerGlowEffect is a class for creating an effect similar to TGlowEffect, but on the inside edge of a visible object.

TGlowEffect is an implementation of TGlowEffect. For further information, go to TGlowEffect and FireMonkey Image Effects.

TInnerGlowEffect provide the same properties as TGlowEffect: GlowColor, Opacity, and Softness.

For example, the following table shows the result of TGlowEffect and TInnerGlowEffect on a TRectangle object. For both effects, GlowColor is set to Gold, Opacity, to 0,9, and Softness, to 0,4.


Original TGlowEffect TInnerGlowEffect

Rectangle FMX NoEffect.PNG

Rectangle FMX TGlowEffect.PNG

Rectangle FMX TInnerGlowEffect.PNG

See Also

Code Examples