You are here: Start » FIL.NET » FIS.RgbToHsi Method

FIS.RgbToHsi Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRgbImageFilNet.Image
outHsiImageFilNet.Image

See also