|
Blend Constructor (Bitmap)
|
Constructs a new Blend filter.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic Blend(
Bitmap overlayImage
)
Public Sub New (
overlayImage As Bitmap
)
Request Example
View SourceParameters
- overlayImage
- Type: System.DrawingBitmap
The overlay image (also called the anchor).
See Also