You are here: Start » FIL.NET » FIS.YuvToRgb Method

FIS.YuvToRgb Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inYuvImageFilNet.Image
outRgbImageFilNet.Image

See also