FMX.Filter.Effects.TFilterGloom.GloomIntensity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GloomIntensity: Single read GetGloomIntensity write SetGloomIntensity;

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 TFilterGloom

Description

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

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