color_invrt.c

Go to the documentation of this file.
00001 #include <grass/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 Fri Nov 21 11:02:17 2008 for GRASS by  doxygen 1.5.1