Open main menu

RAD Studio API Documentation β

FMX.Filter.Effects.TFilterBloom.BloomIntensity

Delphi

property BloomIntensity: Single read GetBloomIntensity write SetBloomIntensity;

C++

__property float BloomIntensity = {read=GetBloomIntensity, write=SetBloomIntensity};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TFilterBloom

Description

FMX.Filter.Effects.TFilterBloom.BloomIntensity inherits from FMX.Filter.Effects.TBloomEffect.BloomIntensity. All content below this line refers to FMX.Filter.Effects.TBloomEffect.BloomIntensity.

Specifies the intensity of the bright regions of the image.

BloomIntensity is a System.Single value that takes values in the range from 0.00 through 1.00.

If BloomIntensity is not explicitly set, it is considered equal to 1.00.

See Also