You are here: Start » AVL.NET » Invoke.Yuv442ToRgb

Invoke.Yuv442ToRgb

Converts a YUV-encoded image into RGB color space.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Yuv442ToRgb
(
	Avl.Image inYuvImage,
	Avl.Image outRgbImage
)

Parameters

Name Type Range Default Description
inYuvImageAvl.Image
outRgbImageAvl.Image

See also