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

Invoke.XyzToRgb

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void XyzToRgb
(
	Fil.Image inXyzImage,
	Fil.Image outRgbImage
)

Parameters

Name Type Range Default Description
inXyzImageFil.Image
outRgbImageFil.Image

See also