FMX.Filter.Effects.TBandsEffect.BandIntensity
Delphi
property BandIntensity: Single read GetBandIntensity write SetBandIntensity nodefault;
C++
__property float BandIntensity = {read=GetBandIntensity, write=SetBandIntensity};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | TBandsEffect |
Description
Specifies the maximum value of the brightness intensity.
BandIntensity is a System.Single value that takes values in the range from 0.00
through 1.00
.
When applying the TBandsEffect effect, the intensity grows gradually from the left until it reaches the value specified by BandIntensity.
If BandIntensity is not explicitly set, it is considered equal to 0.2
.