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

AVS.HeatmapToImage Method

Converts a heatmap to an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HeatmapToImage
(
	AvlNet.Heatmap inHeatmap,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inHeatmapAvlNet.Heatmap
outImageAvlNet.ImageOutput image.

See also