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

Invoke.RgbToHsi

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RgbToHsi
(
	Avl.Image inRgbImage,
	Avl.Image outHsiImage
)

Parameters

Name Type Range Default Description
inRgbImageAvl.Image
outHsiImageAvl.Image

See also