FMX.Filter.Effects.TMonochromeEffect

From RAD Studio API Documentation

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

Delphi

TMonochromeEffect = class(TImageFXEffect)

C++

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

TMonochromeEffect is a class for creating an effect that changes the texture of visible objects to a monochrome texture.

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

The following table shows the result of the TMonochromeEffect 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