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

AVL.ThresholdToRegion_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, AvlNet.Region)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ThresholdToRegion_HSx(
	AvlNet.Image inRgbImage,
	AvlNet.HSxColorModel inColorModel,
	int inBeginHue,
	int inEndHue,
	int? inMinSaturation,
	int? inMinBrightness,
	out AvlNet.Region outRegion
)

Parameters

inRgbImage
Type: AvlNet.Image
inColorModel
Type: AvlNet.HSxColorModel
inBeginHue
Type: System.Int32
inEndHue
Type: System.Int32
inMinSaturation
Type: System.Nullable<System.Int32>
inMinBrightness
Type: System.Nullable<System.Int32>
outRegion
Type: AvlNet.Region

See also