You are here: Start » AVL.NET » AVS.Yuv442ToRgb Method

AVS.Yuv442ToRgb Method

Converts a YUV-encoded image into RGB color space.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Yuv442ToRgb
(
	AvlNet.Image inYuvImage,
	AvlNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inYuvImageAvlNet.Image
outRgbImageAvlNet.Image

See also