http://www.emgu.com Create a RGBA color using the specific values
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Rgba(
double red,
double green,
double blue,
double alpha
)
Public Sub New (
red As Double,
green As Double,
blue As Double,
alpha As Double
)
public:
Rgba(
double red,
double green,
double blue,
double alpha
)
new :
red : float *
green : float *
blue : float *
alpha : float -> RgbaParameters
- 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 - alpha
- Type: SystemDouble
The alpha value for this color
See Also