GRASS Programmer's Manual 6.4.1(2011)
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 }
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines