GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
color_shift.c File Reference

Raster Library - Shift colors. More...

#include <grass/gis.h>
#include <grass/raster.h>
Include dependency graph for color_shift.c:

Go to the source code of this file.

Functions

void Rast_shift_c_colors (CELL shift, struct Colors *colors)
 
void Rast_shift_d_colors (DCELL shift, struct Colors *colors)
 

Detailed Description

Raster Library - Shift colors.

(C) 2001-2009 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
Original author CERL

Definition in file color_shift.c.

Function Documentation

◆ Rast_shift_c_colors()

void Rast_shift_c_colors ( CELL  shift,
struct Colors colors 
)

Definition at line 17 of file color_shift.c.

◆ Rast_shift_d_colors()

void Rast_shift_d_colors ( DCELL  shift,
struct Colors colors 
)

Definition at line 22 of file color_shift.c.