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

Invoke.RgbToYCoCgR

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRgbImageFil.Image
outYCoCgRImageFil.Image

See also