Plot2dSetPlotTextColor Method |
http://www.emgu.com
Set the plot text color
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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