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

AVS.BlendImages Method

Computes weighted sum pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void BlendImages
(
	AvlNet.Image inImage1,
	AvlNet.Image inImage2,
	float inAmount1,
	float inAmount2,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst input image.
inImage2AvlNet.ImageSecond input image.
inAmount1float<-INF, INF>0.5fDefault value: 0.5f.
inAmount2float<-INF, INF>0.5fDefault value: 0.5f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also