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

Invoke.RgbToHsv

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRgbImageAvl.Image
outHsvImageAvl.Image

See also