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

Invoke.YCoCgToRgb

Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void YCoCgToRgb
(
	Fil.Image inYCoCgImage,
	Fil.Image outRgbImage
)

Parameters

Name Type Range Default Description
inYCoCgImageFil.Image
outRgbImageFil.Image

See also