EasyImage::AlphaBlend

Draws an image over an other.

Namespace: Euresys::Open_eVision

[C++]

void AlphaBlend(
   const EROIBW8& sourceImage,
   EROIBW8& destinationImage,
   double opacity
)

Parameters

sourceImage

Foreground image.

destinationImage

Background image.

opacity

Opacity of the foreground image.

EasyImage.AlphaBlend

Draws an image over an other.

Namespace: Euresys.Open_eVision

[C#]

void AlphaBlend(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EROIBW8 destinationImage,
   double opacity
)

Parameters

sourceImage

Foreground image.

destinationImage

Background image.

opacity

Opacity of the foreground image.