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