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