You are here: Start » FIL.NET » FIS.MultiplyImage Method
FIS.MultiplyImage Method
Multiplies each pixel by a scalar value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void MultiplyImage ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float inValue, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inValue | float | 2.0f | Multiplier. Default value: 2.0f. | |
![]() | outImage | FilNet.Image | Output image. |