FMX.Filter.Effects.TGloomEffect.GloomIntensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GloomIntensity: Single read GetGloomIntensity write SetGloomIntensity nodefault;

C++

__property float GloomIntensity = {read=GetGloomIntensity, write=SetGloomIntensity};

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 dark regions of the image.

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

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

See Also