Back to FabImage Library website

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

VisualizeSurface


Header: FIL.h
Namespace: fil
Module: FoundationLite

Colorizes surface to show it as 2D image.

Syntax

C++
C#
 
void fil::VisualizeSurface
(
	const fil::Surface& inSurface,
	const fil::ColorPalette::Type& inPalette,
	fil::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.