Defines a Bgr (Blue Green Red) color
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public struct Bgr : IColor, IEquatable<Bgr> |
| Visual Basic (Declaration) |
|---|
Public Structure Bgr _ Implements IColor, IEquatable(Of Bgr) |
| Visual C++ |
|---|
public value class Bgr : IColor, IEquatable<Bgr> |