You are here: Start » AVL.NET » AVL.PowerImage(AvlNet.Image, float, AvlNet.Image)

AVL.PowerImage(AvlNet.Image, float, AvlNet.Image)

Exponentiates each pixel to the given power.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PowerImage(
	AvlNet.Image inImage,
	float inValue,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inValue
Type: System.Single
The exponent
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also