FMX.Filter.Effects.TFilterBands.BandIntensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BandIntensity: Single read GetBandIntensity write SetBandIntensity;

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 TFilterBands

Description

FMX.Filter.Effects.TFilterBands.BandIntensity inherits from FMX.Filter.Effects.TBandsEffect.BandIntensity. All content below this line refers to FMX.Filter.Effects.TBandsEffect.BandIntensity.

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.

See Also