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

AVS.RgbToHsi Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RgbToHsi
(
	AvlNet.Image inRgbImage,
	AvlNet.Image outHsiImage
)

Parameters

Name Type Range Default Description
inRgbImageAvlNet.Image
outHsiImageAvlNet.Image

See also