FMX.Filter.Effects.TSharpenEffect

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Filter.Effects.TImageFXEffectFMX.Effects.TFilterEffectFMX.Effects.TEffectFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSharpenEffect

Delphi

TSharpenEffect = class(TImageFXEffect)

C++

class PASCALIMPLEMENTATION TSharpenEffect : public TImageFXEffect

Properties

Type Visibility Source Unit Parent
class public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects FMX.Filter.Effects

Description

TSharpenEffect is a class for creating an effect that sharpens the texture of visible objects.

For further information, go to TImageFXEffect and FireMonkey Image Effects.

TSharpenEffect increases the difference in intensity between the texture's pixels. The sharpening amount can be set through the Amount property.

The following table shows the result of the TSharpenEffect effect on a .png picture, placed on a form (using a TImage object). The default value (Amount=1) is used for the sharpening property.

No effect (original picture) Result

FireMonkey logo NoEffects shadow.PNG

FireMonkey logo TSharpenEffect.PNG

See Also

Code Examples