You are here: Start » AVL.NET » Invoke.RealArrayToPixelArray

Invoke.RealArrayToPixelArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inValuesSystem.Collections.Generic.List<float>
outPixelsSystem.Collections.Generic.List<Avl.Pixel>

See also