FMX.Filter.Effects.TFilterFill

Delphi
TFilterFill = class(TFilterBaseFilter)
C++
class PASCALIMPLEMENTATION TFilterFill : 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
TFilterFill is a wrapper for TFillEffect. {{#multireplace:FMX.Filter.Effects.TFilterFill|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Filter.Effects.TFillEffect|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.TFillEffect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
TFillEffect is a class for creating an effect that fills the texture of visual objects with a solid color.
For further information, go to TImageFXEffect and FireMonkey Image Effects.
The color to fill the object texture with can be changed through the Color property.