GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
Loading...
Searching...
No Matches
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.

SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

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 15 of file color_shift.c.

References Colors::shift.

◆ Rast_shift_d_colors()

void Rast_shift_d_colors ( DCELL  shift,
struct Colors colors 
)

Definition at line 20 of file color_shift.c.

References Colors::shift.