FMX.Filter.Effects.TFilterColorKeyAlpha.Tolerance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tolerance: Single read GetTolerance write SetTolerance;

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 TFilterColorKeyAlpha

Description

FMX.Filter.Effects.TFilterColorKeyAlpha.Tolerance inherits from FMX.Filter.Effects.TColorKeyAlphaEffect.Tolerance. All content below this line refers to FMX.Filter.Effects.TColorKeyAlphaEffect.Tolerance.

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