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

Invoke.RgbToXyz

Converts color space from Red-Green-Blue to XYZ.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RgbToXyz
(
	Fil.Image inRgbImage,
	Fil.Image outXyzImage
)

Parameters

Name Type Range Default Description
inRgbImageFil.Image
outXyzImageFil.Image

See also