Initializes a new instance of the ReplaceChannel class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public ReplaceChannel(
	short channel,
	Bitmap channelImage
)

Parameters

channel
Type: System..::.Int16
ARGB channel to replace.
channelImage
Type: System.Drawing..::.Bitmap
Channel image to use for replacement.

See Also