Create a Xyz color using the specific values

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public 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
)

Parameters

x
Double
The x value for this color
y
Double
The y value for this color
z
Double
The z value for this color

See Also