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

FIS.HsiToRgb Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inHsiImageFilNet.Image
outRgbImageFilNet.Image

See also