• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

color_invrt.c

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

Generated on Wed Oct 13 2010 12:09:29 for GRASS Programmer's Manual by  doxygen 1.7.1