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

AVS.RgbToYCoCgR Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RgbToYCoCgR
(
	AvlNet.Image inRgbImage,
	AvlNet.Image outYCoCgRImage
)

Parameters

Name Type Range Default Description
inRgbImageAvlNet.Image
outYCoCgRImageAvlNet.Image

See also