color_invrt.c

Go to the documentation of this file.
00001 #include "gis.h"
00002 
00003 int G_invert_colors (
00004     struct Colors *colors)
00005 {
00006     colors->invert = !colors->invert;
00007 
00008     return 0;
00009 }

Generated on Mon Jan 1 19:49:25 2007 for GRASS by  doxygen 1.5.1