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

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

Subtracts a scalar value from each pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
Input image
inValue
Type: System.Single
Value to be subtracted
outImage
Type: AvlNet.Image
Output image

See also