Click or drag to resize

Plot2dSetPlotTextColor Method

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

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

Parameters

plotTextColor
Type: Emgu.CV.StructureMCvScalar
The plot text color
See Also