Bgr Constructor (Double, Double, Double) |
http://www.emgu.com Create a BGR color using the specific values
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Bgr(
double blue,
double green,
double red
)
Public Sub New (
blue As Double,
green As Double,
red As Double
)
public:
Bgr(
double blue,
double green,
double red
)
new :
blue : float *
green : float *
red : float -> Bgr
Parameters
- blue
- Type: SystemDouble
The blue value for this color - green
- Type: SystemDouble
The green value for this color - red
- Type: SystemDouble
The red value for this color
See Also