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