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

AVL.NegateImage(AvlNet.Image, AvlNet.Image)

Reverts the pixel value range (unsigned) or applies numeric negation (signed).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void NegateImage(
	AvlNet.Image inImage,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
outImage
Type: AvlNet.Image
Output image

See also