You are here: Start » FIL.NET » FIS.PowerImage Method
FIS.PowerImage Method
Exponentiates each pixel to the given power.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PowerImage ( FilNet.Image inImage, float inValue, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inValue | float | 2.0f | The exponent. Default value: 2.0f. | |
![]() | outImage | FilNet.Image | Output image. |