FMX.Filter.Effects.TSepiaEffect.Amount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Amount: Single read GetAmount write SetAmount nodefault;

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 TSepiaEffect

Description

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