You are here: Start » AVL.NET » AVS.XyzToRgb Method

AVS.XyzToRgb Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void XyzToRgb
(
	AvlNet.Image inXyzImage,
	AvlNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inXyzImageAvlNet.Image
outRgbImageAvlNet.Image

See also