Create a BGRA color using the specific values
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Bgra( double blue, double green, double red, double alpha ) |
Visual Basic (Declaration) |
---|
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