Click or drag to resize

Rgb Constructor (Double, Double, Double)

http://www.emgu.com
Create a RGB color using the specific values

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Rgb(
	double red,
	double green,
	double blue
)

Parameters

red
Type: SystemDouble
The red value for this color
green
Type: SystemDouble
The green value for this color
blue
Type: SystemDouble
The blue value for this color
See Also