color_shift.c

Go to the documentation of this file.
00001 #include "gis.h"
00002 int 
00003 G_shift_colors (int shift, struct Colors *colors)
00004 {
00005     colors->shift += (DCELL ) shift;
00006 
00007     return 0;
00008 }
00009 
00010 int 
00011 G_shift_d_colors (DCELL shift, struct Colors *colors)
00012 {
00013     colors->shift += shift;
00014 
00015     return 0;
00016 }

Generated on Wed Aug 23 17:49:22 2006 for GRASS by  doxygen 1.4.7