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

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

Applies numeric inversion (1/x) of the pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void InvertImage(
	AvlNet.Image inImage,
	float inDividend,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inDividend
Type: System.Single
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also