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

Invoke.RgbToXyz

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRgbImageAvl.Image
outXyzImageAvl.Image

See also