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

Invoke.YuvToRgb

Converts color space from YUV into Red-Green-Blue.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inYuvImageAvl.Image
outRgbImageAvl.Image

See also