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

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

Multiplies each pixel by a scalar value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
Input image
inValue
Type: System.Single
Multiplier
outImage
Type: AvlNet.Image
Output image

See also