FMX.Filter.Effects.TInvertEffect

From RAD Studio API Documentation

TInvertEffectFMX.Filter.Effects.TImageFXEffectFMX.Effects.TFilterEffectFMX.Effects.TEffectFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TInvertEffect = class(TImageFXEffect)

C++

class PASCALIMPLEMENTATION TInvertEffect : 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

TInvertEffect is a class for creating an effect that inverts the color of the textures of visible objects.

For further information, go to TImageFXEffect and FireMonkey Image Effects.

The following table shows the result of the TInvertEffect effect on a .png picture, with transparent background, placed on a form (using a TImage object).

No effect (original picture) Result

See Also

Code Examples