FMX.Filter.Effects.TFilterFillRGB.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetColor write SetColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetColor, write=SetColor, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TFilterFillRGB

Description

FMX.Filter.Effects.TFilterFillRGB.Color inherits from FMX.Filter.Effects.TFillRGBEffect.Color. All content below this line refers to FMX.Filter.Effects.TFillRGBEffect.Color.

Specifies the color to fill the nontransparent pixels of the texture of visual objects.

See Also