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
inImageFilNet.ImageInput image.
inValuefloat2.0fThe exponent. Default value: 2.0f.
outImageFilNet.ImageOutput image.

Function Overrides

See also