source:
trunk/MESOSCALE_DEV/PLOT/MINIMAL/reverse_ct.pro
@
937
Last change on this file since 937 was 85, checked in by , 14 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.