| Bgr565 Constructor (Double, Double, Double) |
http://www.emgu.com Create a Bgr565 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 Bgr565(
double red,
double green,
double blue
)
Public Sub New (
red As Double,
green As Double,
blue As Double
)
public:
Bgr565(
double red,
double green,
double blue
)
new :
red : float *
green : float *
blue : float -> Bgr565Parameters
- 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
See Also