You are here: Start » AVL.NET » AVL.DrawRegions_SingleColor(AvlNet.Image, AvlNet.Region[], AvlNet.Pixel, float, bool, AvlNet.Image)

AVL.DrawRegions_SingleColor(AvlNet.Image, AvlNet.Region[], AvlNet.Pixel, float, bool, AvlNet.Image)

Draws regions on an image with a single color.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawRegions_SingleColor(
	AvlNet.Image inImage,
	AvlNet.Region[] inRegions,
	AvlNet.Pixel inColor,
	float inOpacity,
	bool inForceRgb,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRegions
Type: AvlNet.Region
inColor
Type: AvlNet.Pixel
inOpacity
Type: System.Single
inForceRgb
Type: System.Boolean
Filter will convert monochromatic image to RGB if needed
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also