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

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

Applies linear transformation to pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RescalePixels(
	AvlNet.Image inImage,
	float inA,
	float inB,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inA
Type: System.Single
Value multiplied
inB
Type: System.Single
Value added
outImage
Type: AvlNet.Image
Output image

See also