You are here: Start » AVL.NET » AVL.DrawBoxes_Palette(AvlNet.Image, AvlNet.Box?[], float, bool, AvlNet.Image)

AVL.DrawBoxes_Palette(AvlNet.Image, AvlNet.Box?[], float, bool, AvlNet.Image)

Draws boxes on an image with multiple colors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawBoxes_Palette(
	AvlNet.Image inImage,
	AvlNet.Box?[] inBoxes,
	float inOpacity,
	bool inForceRgb,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inBoxes
Type: System.Nullable<AvlNet.Box>
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