#include "TAttImage.h"
#include "TROOT.h"
#include "TPluginManager.h"
#include <iostream>
#include "TColor.h"
#include "TMath.h"
#include "TStyle.h"
#include <vector>
Classes | |
class | TDefHistImagePalette |
class | TWebPalette |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
Variables | |
static UShort_t | gAlphaDefault [kNUM_DEFAULT_COLORS] |
static UShort_t | gBlueDefault [kNUM_DEFAULT_COLORS] |
static UShort_t | gDefHistA [50] |
static UShort_t | gDefHistB [50] |
static UShort_t | gDefHistG [50] |
static Double_t | gDefHistP [50] |
static UShort_t | gDefHistR [50] |
static Int_t | gDefHistRoot [50] |
static UShort_t | gGreenDefault [kNUM_DEFAULT_COLORS] |
TImagePalette * | gHistImagePalette = new TDefHistImagePalette() |
static UShort_t | gRedDefault [kNUM_DEFAULT_COLORS] |
static UShort_t | gWebBase [6] = { 0, 51, 102, 153, 204, 255 } |
TImagePalette * | gWebImagePalette = new TWebPalette() |
const Int_t | kNUM_DEFAULT_COLORS = 12 |
|
static |
Definition at line 104 of file TAttImage.cxx.
|
static |
Definition at line 119 of file TAttImage.cxx.
|
static |
Definition at line 218 of file TAttImage.cxx.
|
static |
Definition at line 213 of file TAttImage.cxx.
|
static |
Definition at line 208 of file TAttImage.cxx.
|
static |
Definition at line 197 of file TAttImage.cxx.
|
static |
Definition at line 203 of file TAttImage.cxx.
|
static |
Definition at line 223 of file TAttImage.cxx.
|
static |
Definition at line 114 of file TAttImage.cxx.
TImagePalette* gHistImagePalette = new TDefHistImagePalette() |
Definition at line 251 of file TAttImage.cxx.
|
static |
Definition at line 109 of file TAttImage.cxx.
|
static |
Definition at line 126 of file TAttImage.cxx.
TImagePalette* gWebImagePalette = new TWebPalette() |
Definition at line 193 of file TAttImage.cxx.
const Int_t kNUM_DEFAULT_COLORS = 12 |
Definition at line 103 of file TAttImage.cxx.