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

AVS.MultiplyImage Method

Multiplies each pixel by a scalar value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inValuefloat2.0fMultiplier. Default value: 2.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also