GRASS Programmer's Manual
6.4.3(2013)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
color_shift.c
Go to the documentation of this file.
1
#include <grass/gis.h>
2
int
G_shift_colors
(
int
shift,
struct
Colors *colors)
3
{
4
colors->shift += (DCELL) shift;
5
6
return
0;
7
}
8
9
int
G_shift_d_colors
(DCELL shift,
struct
Colors *colors)
10
{
11
colors->shift += shift;
12
13
return
0;
14
}
lib
gis
color_shift.c
Generated on Thu Sep 26 2013 09:47:59 for GRASS Programmer's Manual by
1.8.4