FMX.Filter.Effects.TNormalBlendEffect.Target

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Target: TBitmap read FTarget write SetTarget;

C++

__property Fmx::Graphics::TBitmap* Target = {read=FTarget, write=SetTarget};

Properties

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

Description

Specifies the second texture of the blending.

Target is a TBitmap. If Target is not specified, TNormalBlendEffect has no visual effect. If the Target image has no transparent areas, the object image is completely covered by Target.