You are here: Start » AVL.NET » AVL.ImageAverageHSx(AvlNet.Image, AvlNet.HSxColorModel, int?, int, int, int)

AVL.ImageAverageHSx(AvlNet.Image, AvlNet.HSxColorModel, int?, int, int, int)

Computes the average of the HSV, HSL or HSI image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageAverageHSx(
	AvlNet.Image inRgbImage,
	AvlNet.HSxColorModel inColorModel,
	int? inMinSaturation,
	out int outHAverage,
	out int outSAverage,
	out int outBAverage
)

Parameters

inRgbImage
Type: AvlNet.Image
inColorModel
Type: AvlNet.HSxColorModel
Selected color model
inMinSaturation
Type: System.Nullable<System.Int32>
outHAverage
Type: System.Int32
Output hue average
outSAverage
Type: System.Int32
Output saturation average
outBAverage
Type: System.Int32
Output brightness average

Remarks

See full override for more details.

See also