2#include <NDEVR/RGBColor.h>
3#include <NDEVR/Buffer.h>
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Buffer< RGBColor > RainbowContrastPalette()
A palette of highly contrasting colors that make for easy data visualization.
Buffer< RGBColor > StrataPalette()
A simple palette of redish-brown.
Buffer< RGBColor > RainbowPalette()
A palette representing the colors of the rainbow.