source:
trunk/MESOSCALE_DEV/PLOT/MINIMAL/reverse_ct.pro
@
294
| Last change on this file since 294 was 85, checked in by , 15 years ago | |
|---|---|
| File size: 146 bytes | |
| Line | |
|---|---|
| 1 | PRO Reverse_CT |
| 2 | |
| 3 | ; This program reverses the colors in the current color table. |
| 4 | |
| 5 | TVLCT, r, g, b, /Get |
| 6 | TVLCT, Reverse(r), Reverse(g), Reverse(b) |
| 7 | END |
Note: See TracBrowser
for help on using the repository browser.
