FMX.Filter.Effects.TFilterGloom.BaseIntensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseIntensity: Single read GetBaseIntensity write SetBaseIntensity;

C++

__property float BaseIntensity = {read=GetBaseIntensity, write=SetBaseIntensity};

Properties

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

Description

FMX.Filter.Effects.TFilterGloom.BaseIntensity inherits from FMX.Filter.Effects.TGloomEffect.BaseIntensity. All content below this line refers to FMX.Filter.Effects.TGloomEffect.BaseIntensity.

Specifies the intensity of the base image.

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

If BaseIntensity is not explicitly set, it is considered equal to 0.50.

See Also