FMX.Filter.Effects.TFilterMonochrome

From RAD Studio API Documentation

TFilterMonochromeFMX.Filter.Effects.TFilterBaseFilterFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TFilterMonochrome = class(TFilterBaseFilter)

C++

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

TFilterMonochrome is a wrapper for TMonochromeEffect. {{#multireplace:FMX.Filter.Effects.TFilterMonochrome|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Filter.Effects.TMonochromeEffect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Filter.Effects.TMonochromeEffect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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