Back to FabImage Library Lite website

You are here: Start » Conversions » RealArrayToPixelArray

RealArrayToPixelArray


Header: FIL.h
Namespace: fil

Converts an array of real values to an array of pixels.

Syntax

void fil::RealArrayToPixelArray
(
	const ftl::Array<float>& inValues,
	ftl::Array<fil::Pixel>& outPixels
)

Parameters

Name Type Default Description
inValues const Array<float>&
outPixels Array<Pixel>&