Click or drag to resize
Accord.NET (logo)

ReplaceChannel Constructor (Int16, Bitmap)

Initializes a new instance of the ReplaceChannel class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ReplaceChannel(
	short channel,
	Bitmap channelImage
)
Request Example View Source

Parameters

channel
Type: SystemInt16
ARGB channel to replace.
channelImage
Type: System.DrawingBitmap
Channel image to use for replacement.
See Also