You are here: Start » AVL.NET » 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
(
	float[] inValues,
	out AvlNet.Pixel[] outPixels
)

Parameters

Name Type Range Default Description
inValuesfloat[]
outPixelsAvlNet.Pixel[]

See also