source:
trunk/mesoscale/LMD_MM_MARS/SRC/ARWpost/idl/reverse_ct.pro
@
11
Last change on this file since 11 was 11, 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.