http://www.emgu.com
Create a Rgb 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 Rgb(
Color winColor
)
Public Sub New (
winColor As Color
)
public:
Rgb(
Color winColor
)
new :
winColor : Color -> RgbParameters
- winColor
- Type: System.DrawingColor
System.Drawing.Color
See Also