API Documentation
Loading...
Searching...
No Matches
ColorPalettes.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/RGBColor.h>
3#include <NDEVR/Buffer.h>
4namespace NDEVR
5{
6 /**--------------------------------------------------------------------------------------------------
7 \brief A palette representing the colors of the rainbow
8 **/
10 /**--------------------------------------------------------------------------------------------------
11 \brief A simple palette of redish-brown
12 **/
14 /**--------------------------------------------------------------------------------------------------
15 \brief A palette of highly contrasting colors that make for easy data visualization
16 **/
18}
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Definition ACIColor.h:37
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.