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

Invoke.YCoCgRToRgb

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void YCoCgRToRgb
(
	Avl.Image inYCoCgRImage,
	Avl.Image outRgbImage
)

Parameters

Name Type Range Default Description
inYCoCgRImageAvl.Image
outRgbImageAvl.Image

See also