http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a RGB color using the specific values
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Rgb( double red, double green, double blue ) |
Visual Basic |
---|
Public Sub New ( _ red As Double, _ green As Double, _ blue As Double _ ) |
Visual C++ |
---|
public: Rgb( double red, double green, double blue ) |
Parameters
- red
- Type: System..::..Double
The red value for this color
- green
- Type: System..::..Double
The green value for this color
- blue
- Type: System..::..Double
The blue value for this color