[This is preliminary documentation and is subject to change.]

Set every pixel of the image to the specific color

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

Syntax

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

Parameters

color
TColor
The color to be set

See Also