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

AVS.MultiplyImages_OfArray Method

Multiplies images of an array pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MultiplyImages_OfArray
(
	IList<AvlNet.Image> inImageArray,
	NullableRef<AvlNet.Region> inRoi,
	float inScale,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.IList<AvlNet.Image>
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inScalefloat1.0fDefault value: 1.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also