Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ColorScale.h File Reference

Define a color scale for displaying numeric data. More...

Go to the source code of this file.

Namespaces

namespace  evd

Classes

class  evd::ColorScale
 Build an association between a numerical range and a ROOT color index for use in, eg., the event display. More...

Enumerations

enum  _color_scales {
  kRainbow, kColdToHot, kHeatedObject, kReds,
  kGreens, kBlues, kGeographic, kCustom
}
 The list of default color options. More...
enum  _scale_options { kLinear, kLog, kSqrt }
 How to scale between low and high ranges. More...


Detailed Description

Define a color scale for displaying numeric data.

Version:
Id
ColorScale.cxx,v 1.2 2008/08/21 17:01:31 messier Exp
Author:
messier@indiana.edu

Definition in file ColorScale.h.


Enumeration Type Documentation

enum _color_scales
 

The list of default color options.

Enumeration values:
kRainbow 
kColdToHot  ROY G. BIV (default).
kHeatedObject  A color scale primarily in reds.
kReds  A color scale from light to "burned".
kGreens  A color scale primarily in reds.
kBlues  A color scale primarily in greens.
kGeographic  A color scale primarily in blues.
kCustom  User specfied.

Definition at line 14 of file ColorScale.h.

00014                      {
00015     kRainbow,     
00016     kColdToHot,   
00017     kHeatedObject,
00018     kReds,        
00019     kGreens,      
00020     kBlues,       
00021     kGeographic,  
00022     kCustom       
00023   };

enum _scale_options
 

How to scale between low and high ranges.

Enumeration values:
kLinear 
kLog  Linearly (default).
kSqrt  According to sqrt(x).

Definition at line 26 of file ColorScale.h.

00026                       {
00027     kLinear, 
00028     kLog,    
00029     kSqrt    
00030   };


Generated on Mon Dec 1 02:35:20 2008 for NOvA Offline by  doxygen 1.3.9.1