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

Invoke.RgbToYCoCgR

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RgbToYCoCgR
(
	Avl.Image inRgbImage,
	Avl.Image outYCoCgRImage
)

Parameters

Name Type Range Default Description
inRgbImageAvl.Image
outYCoCgRImageAvl.Image

See also