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 }