FMX.Filter.Effects.TFilterWave.WaveSize

From RAD Studio API Documentation

Delphi

property WaveSize: Single read GetWaveSize write SetWaveSize;

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 TFilterWave

Description

{{#multireplace:FMX.Filter.Effects.TFilterWave.WaveSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Filter.Effects.TWaveEffect.WaveSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Filter.Effects.TWaveEffect.WaveSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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