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

FIS.RgbToHsv Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RgbToHsv
(
	FilNet.Image inRgbImage,
	FilNet.Image outHsvImage
)

Parameters

Name Type Range Default Description
inRgbImageFilNet.Image
outHsvImageFilNet.Image

See also