KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
c_palette.cpp File Reference

Implementation for class Palette, giving you random colors. More...

#include <l/l_def.h>
#include <l_cpp/l_exception.h>
#include <i_cpp/i_hsv.h>
#include <m_cpp/m_vector.h>
#include <c_cpp/c_palette.h>
#include <gsl_cpp/gsl_qrng.h>
#include <vector>
#include <ostream>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Macros

#define GEN_EXTRA_THEN_CULL   0
 

Detailed Description

Implementation for class Palette, giving you random colors.

Author
Andrew Predoehl

Macro Definition Documentation

#define GEN_EXTRA_THEN_CULL   0

Set this to 1 or 0 to to turn on or off the behavior of generating extra colors, then throwing away (one of) too-close color pairs, until we've thinned out the herd enough.

Advice: leave it zero, which runs faster and produces better results IMO.