You are here: Start » FIL.NET » Invoke.HsiToRgb

Invoke.HsiToRgb

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void HsiToRgb
(
	Fil.Image inHsiImage,
	Fil.Image outRgbImage
)

Parameters

Name Type Range Default Description
inHsiImageFil.Image
outRgbImageFil.Image

See also