You are here: Start » AVL.NET » AVL.ThresholdImage_Color(AvlNet.Image, AvlNet.Pixel, float, float, float, AvlNet.Image)

AVL.ThresholdImage_Color(AvlNet.Image, AvlNet.Pixel, float, float, float, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ThresholdImage_Color(
	AvlNet.Image inImage,
	AvlNet.Pixel inRgbColor,
	float inChromaAmount,
	float inMaxDifference,
	float inFuzziness,
	out AvlNet.Image outMonoImage
)

Parameters

inImage
Type: AvlNet.Image
inRgbColor
Type: AvlNet.Pixel
inChromaAmount
Type: System.Single
inMaxDifference
Type: System.Single
inFuzziness
Type: System.Single
outMonoImage
Type: AvlNet.Image

See also