Plot2dSetPlotBackgroundColor Method |
http://www.emgu.com
Set the background color
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void SetPlotBackgroundColor(
MCvScalar plotBackgroundColor
)
Public Sub SetPlotBackgroundColor (
plotBackgroundColor As MCvScalar
)
public:
void SetPlotBackgroundColor(
MCvScalar plotBackgroundColor
)
member SetPlotBackgroundColor :
plotBackgroundColor : MCvScalar -> unit
Parameters
- plotBackgroundColor
- Type: Emgu.CV.StructureMCvScalar
The background color
See Also