Changeset 9414 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 03/30/09 09:07:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH.cc
r9410 r9414 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.4 8 2009-03-23 13:13:42tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.49 2009-03-30 08:06:41 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 1700 1700 double b[5] = {0.2, 0.7, 0.0, 0.3, 0.9 }; 1701 1701 CreateGradientColorTable(5, s, r, g, b, ncol); 1702 found=kTRUE; 1703 } 1704 if (paletteName.Contains("temp")) 1705 { 1706 Double_t s[7] = { 0.00, 0.30, 0.45, 0.75, 0.88, 0.95, 1.00 }; 1707 Double_t r[7] = { 0.00, 0.00, 0.30, 0.60, 1.00, 1.00, 1.00 }; 1708 Double_t g[7] = { 0.00, 0.00, 0.00, 0.00, 0.20, 1.00, 1.00 }; 1709 Double_t b[7] = { 0.10, 0.60, 0.30, 0.00, 0.20, 0.00, 1.00 }; 1710 CreateGradientColorTable(7, s, r, g, b, ncol); 1702 1711 found=kTRUE; 1703 1712 }
Note:
See TracChangeset
for help on using the changeset viewer.