marlam / gencolormap

color map generator for scientific visualization

Home Page:https://marlam.de/gencolormap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gencolormap

These tools generate color maps for visualization. A variety of methods for sequential, diverging, and qualitative maps is available.

The color map generation is contained in just two C++ files (colormap.hpp and colormap.cpp) and requires no additional libraries. You can simply copy these two files to your own project.

Two frontends are included: a GUI for interactive use and a command line tool for scripting. The command line tool requires no libraries, the GUI requires Qt.

The following papers are implemented:

GUI screen shot

About

color map generator for scientific visualization

https://marlam.de/gencolormap

License:Other


Languages

Language:C++ 98.5%Language:CMake 1.5%