Define a color scale for displaying numeric data. More...
#include <string>Go to the source code of this file.
Classes | |
| class | evdb::ColorScale |
| Build an association between a numerical range and a ROOT color index for use in, eg., the event display. More... | |
Namespaces | |
| evdb | |
| Manage all things related to colors for the event display. | |
Enumerations | |
| enum | evdb::_color_scales { evdb::kRainbow, evdb::kInvRainbow, evdb::kLinGray, evdb::kColdToHot, evdb::kBlueToRed, evdb::kBlueToRedII, evdb::kHeatedObject, evdb::kReds, evdb::kGreens, evdb::kBlues, evdb::kGeographic, evdb::kBlueToGreen, evdb::kBlueToOrange, evdb::kGreenToMagenta, evdb::kSequential, evdb::kFocus, evdb::kCustom } |
| The list of default color options. More... | |
| enum | evdb::_scale_options { evdb::kLinear, evdb::kLog, evdb::kSqrt } |
| How to scale between low and high ranges. More... | |
Define a color scale for displaying numeric data.
Build an association between a numerical range and a ROOT color index.
Definition in file ColorScale.h.
1.8.11