FMX.Filter.Effects.TFilterContrast.Contrast

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Contrast: Single read GetContrast write SetContrast;

C++

__property float Contrast = {read=GetContrast, write=SetContrast};

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.Contrast inherits from FMX.Filter.Effects.TContrastEffect.Contrast. All content below this line refers to FMX.Filter.Effects.TContrastEffect.Contrast.

Specifies the contrast multiplier.

Contrast is a System.Single value that takes values in the range from 0.00 through 2.00.

If Contrast is not explicitly set, it is considered equal to 1.50.

See Also