FMX.Filter.Effects.TContrastEffect.Contrast

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Contrast: Single read GetContrast write SetContrast nodefault;

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 TContrastEffect

Description

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