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

Invoke.RgbToHsv

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RgbToHsv
(
	Fil.Image inRgbImage,
	Fil.Image outHsvImage
)

Parameters

Name Type Range Default Description
inRgbImageFil.Image
outHsvImageFil.Image

See also