Click or drag to resize

Ycc Constructor

http://www.emgu.com
Create a Ycc 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)
Syntax
public Ycc(
	double y,
	double cr,
	double cb
)

Parameters

y
Type: SystemDouble
The Y value for this color
cr
Type: SystemDouble
The Cr value for this color
cb
Type: SystemDouble
The Cb value for this color
See Also