Click or drag to resize
Bgr Constructor (Double, Double, Double)
http://www.emgu.com
Create a BGR color using the specific values

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Bgr(
	double blue,
	double green,
	double red
)

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