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

AVS.RealArrayToPixelArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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