19  namespace TrackFindingCDC {
 
   25      static std::vector<std::string> 
getList();
 
   29      static double hueToRgb(
double p, 
double q, 
double t);
 
   39      static std::array<double, 3> 
hlsToRgb(
double h, 
double l, 
double s);
 
Utility functions related to colors.
static std::string getWheelColor(int degree)
Get a color from the wheel of colors.
static double hueToRgb(double p, double q, double t)
Transforms a Color given in the HLS System to RGB.
static std::array< double, 3 > hlsToRgb(double h, double l, double s)
Transforms a Color given in the HLS System to RGB.
static std::vector< std::string > getList()
Get a list of useful colors.
Abstract base class for different kinds of events.