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

AVS.HsiToRgb Method

Converts color space from Hue-Saturation-Intensity into Red-Green-Blue.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HsiToRgb
(
	AvlNet.Image inHsiImage,
	AvlNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inHsiImageAvlNet.Image
outRgbImageAvlNet.Image

See also