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

Invoke.RealArrayToPixelArray

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also