FMX.Filter.Effects.TWaveEffect.WaveSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WaveSize: Single read GetWaveSize write SetWaveSize nodefault;

C++

__property float WaveSize = {read=GetWaveSize, write=SetWaveSize};

Properties

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

Description

Specifies the size of the waves.

WaveSize is a System.Single value that takes values in the range from 32.00 through 256.00. The higher the WaveSize value, the smaller the waves.

If WaveSize is smaller, the Time has a smaller influence on the aspect of the waves.

If WaveSize is not explicitly set, it is considered equal to 64.00.

See Also