You are here: Start » AVL.NET » AVS.RgbToHsv Method

AVS.RgbToHsv Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRgbImageAvlNet.Image
outHsvImageAvlNet.Image

See also