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

AVL.ThresholdImage_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, float, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ThresholdImage_HSx(
	AvlNet.Image inRgbImage,
	AvlNet.HSxColorModel inColorModel,
	int inBeginHue,
	int inEndHue,
	int? inMinSaturation,
	int? inMinBrightness,
	float inFuzziness,
	out AvlNet.Image outMonoImage
)

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>
inFuzziness
Type: System.Single
outMonoImage
Type: AvlNet.Image

See also