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

Invoke.YuvToRgb

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inYuvImageFil.Image
outRgbImageFil.Image

See also