You are here: Start » AVL.NET » AVS.LerpImages Method

AVS.LerpImages Method

Interpolates two images linearly pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LerpImages
(
	AvlNet.Image inImage1,
	AvlNet.Image inImage2,
	float inLambda,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst input image.
inImage2AvlNet.ImageSecond input image.
inLambdafloat<0.0f, 1.0f>0.5fInterpolation between the input images where 0.0 value is equal to inImage1 and 1.0 to inImage2. Default value: 0.5f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also