source:
trunk/mesoscale/PLOT/MINIMAL/reverse_ct.pro
@
85
Last change on this file since 85 was 85, checked in by , 14 years ago | |
---|---|
File size: 146 bytes |
Rev | Line | |
---|---|---|
[85] | 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.