Click or drag to resize

Plot2dSetPlotGridColor Method

http://www.emgu.com
Set the plot grid color

Namespace:  Emgu.CV.Plot
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public void SetPlotGridColor(
	MCvScalar plotGridColor
)

Parameters

plotGridColor
Type: Emgu.CV.StructureMCvScalar
The plot grid color
See Also