#include "TROOT.h"
#include "TColor.h"
#include "TObjArray.h"
#include "TArrayI.h"
#include "TArrayD.h"
#include "TVirtualX.h"
#include "TError.h"
#include "TMathBase.h"
#include "TApplication.h"
#include "TColorGradient.h"
#include "snprintf.h"
#include <algorithm>
#include <cmath>
#include <iostream>
#include <fstream>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Macros | |
#define | fgGrayscaleMode TColor__GrayScaleMode() |
#define | fgPalette TColor__Palette() |
#define | fgPalettesList TColor__PalettesList() |
Variables | |
static Float_t | gColorThreshold = -1. |
Color threshold used by GetColor. | |
static Int_t | gDefinedColors = 0 |
Number of defined colors. | |
static Int_t | gHighestColorIndex = 0 |
Highest color index defined. | |
static Int_t | gLastDefinedColors = 649 |
Previous number of defined colors. | |
#define fgGrayscaleMode TColor__GrayScaleMode() |
Definition at line 50 of file TColor.cxx.
#define fgPalette TColor__Palette() |
Definition at line 51 of file TColor.cxx.
#define fgPalettesList TColor__PalettesList() |
Definition at line 52 of file TColor.cxx.
|
static |
Color threshold used by GetColor.
Definition at line 46 of file TColor.cxx.
|
static |
Number of defined colors.
Definition at line 47 of file TColor.cxx.
|
static |
Highest color index defined.
Definition at line 45 of file TColor.cxx.
|
static |
Previous number of defined colors.
Definition at line 48 of file TColor.cxx.