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