ROOT  6.06/09
Reference Guide
Macros | Enumerations | Functions | Variables
TGColorDialog.cxx File Reference
#include <stdlib.h>
#include "TGLabel.h"
#include "TGMsgBox.h"
#include "TGLayout.h"
#include "TGGC.h"
#include "KeySymbols.h"
#include "TGColorDialog.h"
#include "TGTextEntry.h"
#include "TGButton.h"
#include "TGResourcePool.h"
#include "TColor.h"
#include "TColorWheel.h"
#include "TGColorSelect.h"
#include "TGTab.h"
#include "TRootEmbeddedCanvas.h"
#include "TCanvas.h"
#include "TROOT.h"
#include "TMath.h"
+ Include dependency graph for TGColorDialog.cxx:

Go to the source code of this file.

Macros

#define FILTER(v)
 

Enumerations

enum  EColorPick { kCLICK_NONE, kCLICK_HS, kCLICK_L }
 
enum  EColorImage { kIMG_HS, kIMG_L }
 

Functions

 ClassImp (TGColorPalette) ClassImp(TGColorPick) ClassImp(TGColorDialog) enum EColorDialog
 

Variables

static ULong_t gUcolor [24] = { 0xff000000 }
 

Macro Definition Documentation

#define FILTER (   v)
Value:
e[0] = (7 * v) >> 4; \
e[1] = v >> 4; \
e[2] = (5 * v) >> 4; \
e[3] = (3 * v) >> 4;
SVector< double, 2 > v
Definition: Dict.h:5

Referenced by TGColorPick::CreateDitheredImage().

Enumeration Type Documentation

Enumerator
kIMG_HS 
kIMG_L 

Definition at line 103 of file TGColorDialog.cxx.

enum EColorPick
Enumerator
kCLICK_NONE 
kCLICK_HS 
kCLICK_L 

Definition at line 97 of file TGColorDialog.cxx.

Function Documentation

ClassImp ( TGColorPalette  )

Definition at line 66 of file TGColorDialog.cxx.

Variable Documentation

ULong_t gUcolor[24] = { 0xff000000 }
static

Definition at line 110 of file TGColorDialog.cxx.

Referenced by TGColorDialog::CloseWindow(), and TGColorDialog::TGColorDialog().