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

AVL.RealArrayToPixelArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RealArrayToPixelArray(
	float[] inValues,
	out AvlNet.Pixel[] outPixels
)

Parameters

Name Type Range Default Description
inValuesfloat
outPixelsAvlNet.Pixel

See also