Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Drawing » VisualizeSurface

VisualizeSurface


Header: AVL.h
Namespace: avl
Module: FoundationLite

Colorizes surface to show it as 2D image.

Syntax

C++
C#
 
void avl::VisualizeSurface
(
	const avl::Surface& inSurface,
	const avl::ColorPalette::Type& inPalette,
	avl::Image& outImage,
	float& outWidthScale,
	float& outHeightScale
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Input value inPalette const ColorPalette::Type& BlueGreenRedWhite
Output value outImage Image& Output image
Output value outWidthScale float&
Output value outHeightScale float&

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.