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

AVL.ImageSum(AvlNet.Image, AvlNet.Pixel)

Computes the sum of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageSum(
	AvlNet.Image inImage,
	out AvlNet.Pixel outSumColor
)

Parameters

inImage
Type: AvlNet.Image
Input image
outSumColor
Type: AvlNet.Pixel

Remarks

See full override for more details.

See also