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

AVS.AvsFilter_PowerImage Method

Exponentiates each pixel to the given power.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_PowerImage
(
	AvlNet.ImagePointTransformsState ioState,
	AvlNet.Image inImage,
	float inValue,
	AvlNet.Image outImage
)

Parameters

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

Function Overrides

See also