http://www.emgu.com Create a Xyz 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)
Syntaxpublic Xyz(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
Xyz(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> Xyz
Parameters
- x
- Type: SystemDouble
The x value for this color - y
- Type: SystemDouble
The y value for this color - z
- Type: SystemDouble
The z value for this color
See Also