Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TASPaletteEditor.cxx File Reference
#include "TASImage.h"
#include "TRootEmbeddedCanvas.h"
#include "TCanvas.h"
#include "TH1.h"
#include "TFile.h"
#include "TASPaletteEditor.h"
#include "TGXYLayout.h"
#include "TGButton.h"
#include "TGComboBox.h"
#include "TGFileDialog.h"
#include "TLine.h"
#include "TROOT.h"
#include "TMath.h"
#include "RConfigure.h"
#include "TVirtualX.h"
#include "strlcpy.h"
#include "snprintf.h"
#include <afterbase.h>
#include <afterimage.h>
#include <bmp.h>
Include dependency graph for TASPaletteEditor.cxx:

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
 

Variables

static UShort_t gBlueRainbow [12]
 
static const char * gFileTypes []
 
static UShort_t gGreenRainbow [12]
 
static UShort_t gRedRainbow [12]
 

Variable Documentation

◆ gBlueRainbow

UShort_t gBlueRainbow[12]
static
Initial value:
= {
0x0000, 0x7000, 0xffff, 0xffff, 0x0000,
0x0000, 0x0000, 0x0000, 0xa000, 0xffff
}

Definition at line 71 of file TASPaletteEditor.cxx.

◆ gFileTypes

const char* gFileTypes[]
static
Initial value:
= {
"ROOT palette file", "*.pal.root",
"ASCII palette file", "*.pal.txt",
nullptr, nullptr
}

Definition at line 57 of file TASPaletteEditor.cxx.

◆ gGreenRainbow

UShort_t gGreenRainbow[12]
static
Initial value:
= {
0x0000, 0x0000, 0x0000, 0xffff, 0xffff,
0xffff, 0x0000, 0x0000, 0x8000, 0xffff
}

Definition at line 67 of file TASPaletteEditor.cxx.

◆ gRedRainbow

UShort_t gRedRainbow[12]
static
Initial value:
= {
0x0000, 0x7000, 0x0000, 0x0000, 0x0000,
0xffff, 0xffff, 0x7000, 0x8000, 0xffff
}

Definition at line 63 of file TASPaletteEditor.cxx.