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

Invoke.RgbToYuv

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RgbToYuv
(
	Avl.Image inRgbImage,
	Avl.Image outYuvImage
)

Parameters

Name Type Range Default Description
inRgbImageAvl.Image
outYuvImageAvl.Image

See also