Logo ROOT  
Reference Guide
TColor.cxx File Reference
#include "Riostream.h"
#include "TROOT.h"
#include "TColor.h"
#include "TObjArray.h"
#include "TArrayI.h"
#include "TArrayD.h"
#include "TVirtualPad.h"
#include "TVirtualX.h"
#include "TError.h"
#include "TMathBase.h"
#include "TApplication.h"
#include <algorithm>
#include <cmath>
Include dependency graph for TColor.cxx:

Macros

#define fgGrayscaleMode   TColor__GrayScaleMode()
 
#define fgPalette   TColor__Palette()
 
#define fgPalettesList   TColor__PalettesList()
 

Variables

static Float_t gColorThreshold = -1.
 Color threshold used by GetColor. More...
 
static Int_t gDefinedColors = 0
 Number of defined colors. More...
 
static Int_t gHighestColorIndex = 0
 Highest color index defined. More...
 
static Int_t gLastDefinedColors = 649
 Previous number of defined colors. More...
 

Macro Definition Documentation

◆ fgGrayscaleMode

#define fgGrayscaleMode   TColor__GrayScaleMode()

Definition at line 48 of file TColor.cxx.

◆ fgPalette

#define fgPalette   TColor__Palette()

Definition at line 49 of file TColor.cxx.

◆ fgPalettesList

#define fgPalettesList   TColor__PalettesList()

Definition at line 50 of file TColor.cxx.

Variable Documentation

◆ gColorThreshold

Float_t gColorThreshold = -1.
static

Color threshold used by GetColor.

Definition at line 44 of file TColor.cxx.

◆ gDefinedColors

Int_t gDefinedColors = 0
static

Number of defined colors.

Definition at line 45 of file TColor.cxx.

◆ gHighestColorIndex

Int_t gHighestColorIndex = 0
static

Highest color index defined.

Definition at line 43 of file TColor.cxx.

◆ gLastDefinedColors

Int_t gLastDefinedColors = 649
static

Previous number of defined colors.

Definition at line 46 of file TColor.cxx.