You are here: Start » AVL.NET » AVS.AddToImage Method

AVS.AddToImage Method

Adds a scalar value to each pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inValuefloat50.0fValue to be added. Default value: 50.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also