Rgb Constructor (Double, Double, Double) |
http://www.emgu.com Create a RGB 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 Rgb(
double red,
double green,
double blue
)
Public Sub New (
red As Double,
green As Double,
blue As Double
)
public:
Rgb(
double red,
double green,
double blue
)
new :
red : float *
green : float *
blue : float -> Rgb
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