http://www.emgu.com
Create a Rgb color using the system color
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Rgb(
Color winColor
)
Public Sub New (
winColor As Color
)
public:
Rgb(
Color winColor
)
new :
winColor : Color -> Rgb
Parameters
- winColor
- Type: System.DrawingColor
color
See Also