Click or drag to resize
Accord.NET (logo)

YCbCr Constructor

Initializes a new instance of the YCbCr class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public YCbCr(
	float y,
	float cb,
	float cr
)
Request Example View Source

Parameters

y
Type: SystemSingle
Y component.
cb
Type: SystemSingle
Cb component.
cr
Type: SystemSingle
Cr component.
See Also