FMX.Filter.Effects.TGloomEffect.BaseIntensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseIntensity: Single read GetBaseIntensity write SetBaseIntensity nodefault;

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 TGloomEffect

Description

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