FMX.Filter.Effects.TBandsEffect.BandDensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BandDensity: Single read GetBandDensity write SetBandDensity nodefault;

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 TBandsEffect

Description

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