FMX.Filter.Effects.TFilterNormalBlend.Target

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Target: TBitmap read GetTarget write SetTarget;

C++

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

Properties

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

Description

FMX.Filter.Effects.TFilterNormalBlend.Target inherits from FMX.Filter.Effects.TNormalBlendEffect.Target. All content below this line refers to FMX.Filter.Effects.TNormalBlendEffect.Target.

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.