http://www.emgu.com Create a CIE Lab color using the specific values
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Lab(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
Lab(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> Lab
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