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

Invoke.XyzToRgb

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inXyzImageAvl.Image
outRgbImageAvl.Image

See also