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

AVS.RgbToYuv Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RgbToYuv
(
	AvlNet.Image inRgbImage,
	AvlNet.Image outYuvImage
)

Parameters

Name Type Range Default Description
inRgbImageAvlNet.Image
outYuvImageAvlNet.Image

See also