FMX.Filter.Effects.TGaussianBlurEffect.BlurAmount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlurAmount: Single read GetBlurAmount write SetBlurAmount nodefault;

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 TGaussianBlurEffect

Description

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