FMX.Filter.Effects.TBloomEffect.BloomIntensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BloomIntensity: Single read GetBloomIntensity write SetBloomIntensity nodefault;

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 TBloomEffect

Description

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