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

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

Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ResaturateImage(
	AvlNet.Image inImage,
	float inLowValue,
	float inHighValue,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inLowValue
Type: System.Single
The value that will be changed to minimum (usually 0)
inHighValue
Type: System.Single
The value that will be changed to maximum (usually 255)
outImage
Type: AvlNet.Image
Output image

See also