FMX.Filter.Effects.TFilterBloom.BloomIntensity

From RAD Studio API Documentation
Jump to: navigation, search

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