FMX.Filter.Effects.TColorKeyAlphaEffect.Tolerance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tolerance: Single read GetTolerance write SetTolerance nodefault;

C++

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

Properties

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

Description

Specifies the tolerance, in color difference, of the applied color key alpha filter.

The following picture illustrates a color key alpha filter with Tolerance set to 0.2 and ColorKey set to 0.3.

ColorKeyAlphaEffect.png

See Also