FMX.Filter.Effects.TFilterPixelate
Delphi
TFilterPixelate = class(TFilterBaseFilter)
C++
class PASCALIMPLEMENTATION TFilterPixelate : 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
TFilterPixelate is a wrapper for TPixelateEffect.
FMX.Filter.Effects.TFilterPixelate inherits from FMX.Filter.Effects.TPixelateEffect. All content below this line refers to FMX.Filter.Effects.TPixelateEffect.
TPixelateEffect is a class for creating an effect that pixelates the texture of visible objects.
For further information, see TImageFXEffect and FireMonkey Image Effects.
TPixelateEffect reduces the texture details. The amount of details can be changed through the BlockCount property.
The following table shows the result of the TPixelateEffect effect on a .png picture, with transparent background, placed on a form (using a TImage object). The default value (BlockCount= 25) is used for the BlockCount property.
No effect (original picture) | Result |
---|---|