#include <qcolor.h>#include "flowdb.h"

Functions | |
| void | init_hues () |
| QRgb | get_hue (unsigned2 hue, unsigned1 intensity) |
Variables | |
| const int | huecolors = 360 |
| QRgb | hue2rgb [huecolors] |
| void init_hues | ( | ) |
References huecolors, i, and set_hue2rgb_channels().
Referenced by main().
Referenced by get_hue(), and set_hue2rgb_channels().
| const int huecolors = 360 |
This files generates a hue bar which has a linear sorting of colors instead of a banded color pattern. More information at
http://werner.yellowcouch.org/Papers/huebars/index.html
Referenced by init_hues(), and set_hue2rgb_channels().
1.6.2