Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TASPaletteEditor.cxx File Reference

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.