http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a BGRA 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 Bgra( double blue, double green, double red, double alpha ) |
Visual Basic |
---|
Public Sub New ( _ blue As Double, _ green As Double, _ red As Double, _ alpha As Double _ ) |
Visual C++ |
---|
public: Bgra( double blue, double green, double red, double alpha ) |
Parameters
- blue
- Type: System..::..Double
The blue value for this color
- green
- Type: System..::..Double
The green value for this color
- red
- Type: System..::..Double
The red value for this color
- alpha
- Type: System..::..Double
The alpha value for this color