Changeset 4358 in ntrip


Ignore:
Timestamp:
Jun 24, 2012, 7:22:13 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/graphwin.h

    r4357 r4358  
    3737 public:
    3838  t_colorMap() : QwtLinearColorMap(Qt::darkBlue, Qt::yellow) {
    39     addColorStop(0.05, Qt::blue);
    40     addColorStop(0.30, Qt::cyan);
    41     addColorStop(0.60, Qt::green);
    42     addColorStop(0.98, Qt::red);
     39    addColorStop(0.00, Qt::blue);
     40    addColorStop(0.25, Qt::cyan);
     41    addColorStop(0.50, Qt::green);
     42    addColorStop(0.75, Qt::red);
     43    addColorStop(1.00, Qt::yellow);
    4344  }
    4445};
Note: See TracChangeset for help on using the changeset viewer.