FMX.Filter.Effects.TContrastEffect.Brightness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Brightness: Single read GetBrightness write SetBrightness nodefault;

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 TContrastEffect

Description

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