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 aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 146 bytes
Line 
1PRO Reverse_CT
2
3; This program reverses the colors in the current color table.
4
5TVLCT, r, g, b, /Get
6TVLCT, Reverse(r), Reverse(g), Reverse(b)
7END
Note: See TracBrowser for help on using the repository browser.