#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 "snprintf.h"
#include <algorithm>
#include <cmath>
#include <iostream>
#include <fstream>
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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 49 of file TColor.cxx.
#define fgPalette TColor__Palette() |
Definition at line 50 of file TColor.cxx.
#define fgPalettesList TColor__PalettesList() |
Definition at line 51 of file TColor.cxx.
|
static |
Color threshold used by GetColor.
Definition at line 45 of file TColor.cxx.
|
static |
Number of defined colors.
Definition at line 46 of file TColor.cxx.
|
static |
Highest color index defined.
Definition at line 44 of file TColor.cxx.
|
static |
Previous number of defined colors.
Definition at line 47 of file TColor.cxx.