/colormap

Diverging Colormaps

Primary LanguageC++OtherNOASSERTION

Diverging Colormaps

This is a C++ header only implementation of Diverging Colormaps as described in the paper "Diverging Colormaps for Scientific Visualization (Extended)" by Kenneth Moreland (https://cfwebprod.sandia.gov/cfdocs/CompResearch/docs/ColorMapsExpanded.pdf).

See the main function for example usage.

Building

  1. git clone https://github.com/seepa/colormap.git
  2. cd colormap && mkdir build && cd build
  3. cmake .. && make
  4. ./colormap