FMX.Filter.Effects.TFilterGaussianBlur.BlurAmount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlurAmount: Single read GetBlurAmount write SetBlurAmount;

C++

__property float BlurAmount = {read=GetBlurAmount, write=SetBlurAmount};

Properties

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

Description

FMX.Filter.Effects.TFilterGaussianBlur.BlurAmount inherits from FMX.Filter.Effects.TGaussianBlurEffect.BlurAmount. All content below this line refers to FMX.Filter.Effects.TGaussianBlurEffect.BlurAmount.

Specifies the amount of blur applied to the visual component. BlurAmount is a System.Single value that takes values in the range from 0.01 through 10.00.

If BlurAmount is not explicitly set, it is considered equal to 1.

See Also