#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 <fstream>#include <iostream>#include <sstream>#include <stdexcept>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. | |
| static Int_t | gPaletteType = 0 |
| selected palete type | |
| #define fgGrayscaleMode TColor__GrayScaleMode() |
Definition at line 54 of file TColor.cxx.
| #define fgPalette TColor__Palette() |
Definition at line 55 of file TColor.cxx.
| #define fgPalettesList TColor__PalettesList() |
Definition at line 56 of file TColor.cxx.
|
static |
Color threshold used by GetColor.
Definition at line 48 of file TColor.cxx.
|
static |
Number of defined colors.
Definition at line 49 of file TColor.cxx.
|
static |
Highest color index defined.
Definition at line 47 of file TColor.cxx.
|
static |
Previous number of defined colors.
Definition at line 50 of file TColor.cxx.
|
static |
selected palete type
Definition at line 51 of file TColor.cxx.