Click or drag to resize

Rgba Constructor

http://www.emgu.com
Create a RGBA 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)
Syntax
public Rgba(
	double red,
	double green,
	double blue,
	double alpha
)

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
alpha
Type: SystemDouble
The alpha value for this color
See Also