You are here: Start » FIL.NET » FIS.FisFilter_PowerImage Method

FIS.FisFilter_PowerImage Method

Exponentiates each pixel to the given power.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_PowerImage
(
	FilNet.ImagePointTransformsState ioState,
	FilNet.Image inImage,
	float inValue,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateFilNet.ImagePointTransformsState
inImageFilNet.ImageInput image.
inValuefloat2.0fThe exponent. Default value: 2.0f.
outImageFilNet.ImageOutput image.

Function Overrides

See also