Click or drag to resize

OzYCbCr Constructor

Initializes a new instance of the OzYCbCr class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public OzYCbCr(
	float y,
	float cb,
	float cr
)

Parameters

y
Type: SystemSingle
cb
Type: SystemSingle
cr
Type: SystemSingle
See Also