Click or drag to resize

ImageTColor, TDepthSetValue Method (TColor)

http://www.emgu.com
Set every pixel of the image to the specific color

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void SetValue(
	TColor color
)

Parameters

color
Type: TColor
The color to be set
See Also