FMX.Filter.Effects.TBandsEffect.BandIntensity

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BandIntensity: Single read GetBandIntensity write SetBandIntensity nodefault;

C++

__property float BandIntensity = {read=GetBandIntensity, write=SetBandIntensity};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TBandsEffect

説明

明度の強さの最大値を示します。

BandIntensitySystem.Single 値で、0.00 から 1.00 の範囲の値を取ります。

TBandsEffect 効果を適用する際、この強さは、左から徐々に BandIntensity で示される値に達するまで増していきます。

BandIntensity が明示的に設定されていない場合、0.2 に等しいと見なされます。

関連項目