Bgr Constructor (Double, Double, Double) |
http://www.emgu.com Create a BGR color using the specific values
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
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