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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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