http://www.emgu.com
Create a Bgr color using the System.Drawing.Color
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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