FMX.Filter.Effects.TFilterSepia.Amount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Amount: Single read GetAmount write SetAmount;

C++

__property float Amount = {read=GetAmount, write=SetAmount};

Properties

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

Description

FMX.Filter.Effects.TFilterSepia.Amount inherits from FMX.Filter.Effects.TSepiaEffect.Amount. All content below this line refers to FMX.Filter.Effects.TSepiaEffect.Amount.

Specifies the amount of aging (sepia effect) to add to this filter.

Amount is a System.Single value that takes values in the range from 0.00 through 1.00.

If Amount is not explicitly set, it is considered equal to 0.50.

See Also