Set every pixel of the image to the specific color

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void SetValue(
	TColor color
)
Visual Basic (Declaration)
Public Sub SetValue ( _
	color As TColor _
)
Visual C++
public:
void SetValue(
	TColor color
)

Parameters

color
Type: TColor
The color to be set

See Also