FMX.Effects.TFilterEffect

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Effects.TEffectFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFilterEffect

Delphi

TFilterEffect = class(TEffect)

C++

class PASCALIMPLEMENTATION TFilterEffect : public TEffect

Properties

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

Description

TFilterEffect is the base class for visual effects that use shader filers.

TFilterEffect extends FMX.Effects.TEffect to use shader filters. TFilterEffect is the direct base class for bitmap effects and the indirect base class (through the TImageFXEffect class) of the filter effects.

Do not instantiate TFilterEffect in an application. For further information, go to FMX.Effects.TEffect and FireMonkey Image Effects.

See Also