Ignore:
Timestamp:
07/19/05 15:53:36 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MH.cc

    r7173 r7200  
    14511451        found=kTRUE;
    14521452    }
     1453    if (paletteName.Contains("pepe"))
     1454    {
     1455        double s[5] = {0.0, 0.6, 0.7, 0.9, 1.0 };
     1456        double r[5] = {0.1, 0.1, 1.0, 1.0, 1.0 };
     1457        double g[5] = {0.1, 0.1, 0.0, 1.0, 1.0 };
     1458        double b[5] = {0.2, 0.7, 0.0, 0.3, 0.9 };
     1459        gStyle->CreateGradientColorTable(5, s, r, g, b, ncol);
     1460        found=kTRUE;
     1461    }
    14531462
    14541463    if (inverse)
Note: See TracChangeset for help on using the changeset viewer.