Back to FabImage Library website
You are here: Start » Function Reference » Conversions » RealArrayToPixelArray
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Converts an array of real values to an array of pixels.
Syntax
C++
C#
void fil::RealArrayToPixelArray ( const ftl::Array<float>& inValues, ftl::Array<fil::Pixel>& outPixels )


