FMX.Filter.Effects.TFilterInvert

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Filter.Effects.TFilterBaseFilterFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFilterInvert

Delphi

TFilterInvert = class(TFilterBaseFilter)

C++

class PASCALIMPLEMENTATION TFilterInvert : public TFilterBaseFilter

Properties

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

Description

TFilterInvert is a wrapper for TInvertEffect.

FMX.Filter.Effects.TFilterInvert inherits from FMX.Filter.Effects.TInvertEffect. All content below this line refers to FMX.Filter.Effects.TInvertEffect.

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

FireMonkey logo NoEffects.PNG

FireMonkey logo TInvertEffect with texture.PNG

See Also

Code Examples