FMX.Filter.Effects.TFillRGBEffect

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Filter.Effects.TImageFXEffectFMX.Effects.TFilterEffectFMX.Effects.TEffectFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFillRGBEffect

Delphi

TFillRGBEffect = class(TImageFXEffect)

C++

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

TFillRGBEffect is a class for creating an effect that fills the nontransparent pixels of the texture of visual objects with a solid color.

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

The color to fill the texture's pixels with can be changed through the Color property.

See Also

Code Examples