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

FIS.HsvToRgb Method

Converts color space from Hue-Saturation-Value to Red-Green-Blue.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HsvToRgb
(
	FilNet.Image inHsvImage,
	FilNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inHsvImageFilNet.Image
outRgbImageFilNet.Image

See also