EasyColor::AlphaBlend

Draws an image over an other.

Namespace: Euresys::Open_eVision

[C++]

void AlphaBlend(
   EROIC24& source,
   EROIC24& destination,
   double opacity
)

Parameters

source

Foreground image.

destination

Background image.

opacity

Opacity of the foreground image.

EasyColor.AlphaBlend

Draws an image over an other.

Namespace: Euresys.Open_eVision

[C#]

void AlphaBlend(
   Euresys.Open_eVision.EROIC24 source,
   Euresys.Open_eVision.EROIC24 destination,
   double opacity
)

Parameters

source

Foreground image.

destination

Background image.

opacity

Opacity of the foreground image.