You are here: Start » AVL.NET » Function Reference » Conversions » AVL.RealArrayToPixelArray

AVL.RealArrayToPixelArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RealArrayToPixelArray
(
	IList<float> inValues,
	IList<AvlNet.Pixel> outPixels
)

Parameters

Name Type Range Default Description
inValuesSystem.Collections.Generic.IList<float>
outPixelsSystem.Collections.Generic.IList<AvlNet.Pixel>

See also