You are here: Start » AVL.NET » AVS.PowerImage Method

AVS.PowerImage Method

Exponentiates each pixel to the given power.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inValuefloat2.0fThe exponent. Default value: 2.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also