You are here: Start » AVL.NET » AVS.YCoCgRToRgb Method

AVS.YCoCgRToRgb Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void YCoCgRToRgb
(
	AvlNet.Image inYCoCgRImage,
	AvlNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inYCoCgRImageAvlNet.Image
outRgbImageAvlNet.Image

See also