http://www.emgu.com
Create a Bgr color using the System.Drawing.Color
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Bgr(
Color winColor
)
Public Sub New (
winColor As Color
)
public:
Bgr(
Color winColor
)
new :
winColor : Color -> Bgr
Parameters
- winColor
- Type: System.DrawingColor
System.Drawing.Color
See Also