FMX.Filter.Effects.TFilterMonochrome
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.
FMX.Filter.Effects.TFilterMonochrome inherits from FMX.Filter.Effects.TMonochromeEffect. All content below this line refers to FMX.Filter.Effects.TMonochromeEffect.
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 |
---|---|