GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Raster Library - remove color table of raster map. More...
Go to the source code of this file.
Functions | |
int | Rast_remove_colors (const char *name, const char *mapset) |
Remove color table of raster map. More... | |
Raster Library - remove color table of raster map.
(C) 2007 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.
Definition in file raster/color_remove.c.
int Rast_remove_colors | ( | const char * | name, |
const char * | mapset | ||
) |
Remove color table of raster map.
name | name of raster map |
mapset | name of mapset |
Definition at line 28 of file raster/color_remove.c.
References G_mapset(), G_name_is_fully_qualified(), G_remove(), GMAPSET_MAX, and GNAME_MAX.