FMX.Filter.Effects.TEmbossEffect.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 TEmbossEffect

Description

Specifies the amplitude of the embossing.

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