FMX.Filter.Effects.TFilterBands.BandDensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BandDensity: Single read GetBandDensity write SetBandDensity;

C++

__property float BandDensity = {read=GetBandDensity, write=SetBandDensity};

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.BandDensity inherits from FMX.Filter.Effects.TBandsEffect.BandDensity. All content below this line refers to FMX.Filter.Effects.TBandsEffect.BandDensity.

Specifies the amount of vertical bands per input image.

BandDensity is a System.Single value that takes values in the range from 0.00 through 150.00.

If BandDensity is not explicitly set, it is considered equal to 65.00.

See Also