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

AVS.YuvToRgb Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inYuvImageAvlNet.Image
outRgbImageAvlNet.Image

See also