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 Wed Aug 23 17:49:22 2006 for GRASS by  doxygen 1.4.7