http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a Xyz color using the specific values
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Xyz( double x, double y, double z ) |
Visual Basic |
---|
Public Sub New ( _ x As Double, _ y As Double, _ z As Double _ ) |
Visual C++ |
---|
public: Xyz( double x, double y, double z ) |
Parameters
- x
- Type: System..::..Double
The x value for this color
- y
- Type: System..::..Double
The y value for this color
- z
- Type: System..::..Double
The z value for this color