You are here: Start » FIL.NET » Invoke.MultiplyImages_OfArray
Multiplies images of an array pixel by pixel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MultiplyImages_OfArray ( List<Fil.Image> inImageArray, Optional<Fil.Region> inRoi, float inScale, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageArray | System.Collections.Generic.List<Fil.Image> | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Default value: 1.0f. | |
![]() | outImage | Fil.Image | Output image. |