ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | 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:

Go to the source code of this file.

Functions

 ClassImp (TASPaletteEditor) TASPaletteEditor
 Palette editor constructor. More...
 

Variables

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

Function Documentation

ClassImp ( TASPaletteEditor  )

Palette editor constructor.

The palette editor allows the editing of the color palette of the image.

Definition at line 76 of file TASPaletteEditor.cxx.

Variable Documentation

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

Definition at line 70 of file TASPaletteEditor.cxx.

Referenced by TASPaletteEditor::NewPalette().

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

Definition at line 56 of file TASPaletteEditor.cxx.

Referenced by TASPaletteEditor::Open(), and TASPaletteEditor::Save().

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

Definition at line 66 of file TASPaletteEditor.cxx.

Referenced by TASPaletteEditor::NewPalette().

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

Definition at line 62 of file TASPaletteEditor.cxx.

Referenced by TASPaletteEditor::NewPalette().