FMX.Filter.Effects.TFilterContrast.Brightness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Brightness: Single read GetBrightness write SetBrightness;

C++

__property float Brightness = {read=GetBrightness, write=SetBrightness};

Properties

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

Description

FMX.Filter.Effects.TFilterContrast.Brightness inherits from FMX.Filter.Effects.TContrastEffect.Brightness. All content below this line refers to FMX.Filter.Effects.TContrastEffect.Brightness.

Specifies the brightness offset.

Brightness is a System.Single value that takes values in the range from -1.00 through 1.00.

If Brightness is not explicitly set, it is considered equal to 0.00.

See Also