Logo ROOT   6.10/09
Reference Guide
Variables
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 "TClass.h"
#include "TMath.h"
#include "RConfigure.h"
#include <afterbase.h>
#include <afterimage.h>
#include <bmp.h>
Include dependency graph for TASPaletteEditor.cxx:

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 69 of file TASPaletteEditor.cxx.

◆ gFileTypes

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

Definition at line 55 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 65 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 61 of file TASPaletteEditor.cxx.