Click or drag to resize
Accord.NET (logo)

Blend Constructor (Bitmap)

Constructs a new Blend filter.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Blend(
	Bitmap overlayImage
)
Request Example View Source

Parameters

overlayImage
Type: System.DrawingBitmap
The overlay image (also called the anchor).
See Also