ImageTColor, TDepthSetValue Method (TColor) |
http://www.emgu.com
Set every pixel of the image to the specific color
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void SetValue(
TColor color
)
Public Sub SetValue (
color As TColor
)
public:
void SetValue(
TColor color
)
member SetValue :
color : 'TColor -> unit
Parameters
- color
- Type: TColor
The color to be set
See Also