FMX.Filter.Effects.TFilterColorKeyAlpha.ColorKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ColorKey: TAlphaColor read GetColorKey write SetColorKey;

C++

__property System::Uitypes::TAlphaColor ColorKey = {read=GetColorKey, write=SetColorKey, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TFilterColorKeyAlpha

Beschreibung

FMX.Filter.Effects.TFilterColorKeyAlpha.ColorKey erbt von FMX.Filter.Effects.TColorKeyAlphaEffect.ColorKey. Der folgende Inhalt bezieht sich auf FMX.Filter.Effects.TColorKeyAlphaEffect.ColorKey.

Gibt die Farbe an, die auf dem Steuerelement, für das dieser Farbschlüssel-Alphafilter angewendet wird, transparent wird.

Die folgende Abbildung zeigt einen Farbschlüssel-Alphafilter, wobei die Eigenschaften ColorKey und Tolerance auf 0.3 bzw. 0.2 gesetzt sind.

ColorKeyAlphaEffect.png

Siehe auch