You are here: Start » FIL.NET » FIS.MultiplyImages Method
FIS.MultiplyImages Method
Multiplies two images pixel by pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void MultiplyImages ( FilNet.Image inImage1, FilNet.Image inImage2, NullableRef<FilNet.Region> inRoi, float inScale, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage1 | FilNet.Image | First input image. | ||
![]() | inImage2 | FilNet.Image | Second input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Output image scaling factor. Default value: 1.0f. | |
![]() | outImage | FilNet.Image | Output image. |