Plot2dSetPlotLineColor Method |
http://www.emgu.com
Set the line 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 SetPlotLineColor(
MCvScalar plotLineColor
)
Public Sub SetPlotLineColor (
plotLineColor As MCvScalar
)
public:
void SetPlotLineColor(
MCvScalar plotLineColor
)
member SetPlotLineColor :
plotLineColor : MCvScalar -> unit
Parameters
- plotLineColor
- Type: Emgu.CV.StructureMCvScalar
The plot line color
See Also