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

AVL.AddToImage(AvlNet.Image, float, AvlNet.Image)

Adds a scalar value to each pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AddToImage(
	AvlNet.Image inImage,
	float inValue,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inValue
Type: System.Single
Value to be added
outImage
Type: AvlNet.Image
Output image

See also