A color gradient class for visualizing the cost of nodes. More...
#include <gradient.h>
Classes | |
struct | ColorPoint |
Private Attributes | |
vector< ColorPoint > | color |
A color gradient class for visualizing the cost of nodes.
It has been copied from http://www.andrewnoske.com/wiki/Code_-_heatmaps_and_color_gradients under the WTFPL. Please refer to the author in case of questions.