FMX.Filter.Effects.TRippleEffect.Amplitude

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Amplitude: Single read GetAmplitude write SetAmplitude nodefault;

C++

__property float Amplitude = {read=GetAmplitude, write=SetAmplitude};

Properties

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

Description

Specifies the amplitude of the ripples.

Amplitude is a System.Single value that takes values in the range from 0.00 through 1.00.

If Amplitude is not explicitly set, it is considered equal to 0.1.

See Also