FMX.Filter.Effects.TColorKeyAlphaEffect.Tolerance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Tolerance: Single read GetTolerance write SetTolerance nodefault;

C++

__property float Tolerance = {read=GetTolerance, write=SetTolerance};

Eigenschaften

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


Beschreibung

Gibt die Toleranz im Farbunterschied des angewendeten Farbschlüssel-Alphafilters an.

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

ColorKeyAlphaEffect.png

Siehe auch