GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Vector Library - remove color table of vector map. More...
Go to the source code of this file.
Functions | |
int | Vect_remove_colors (const char *name, const char *mapset) |
Remove color table of raster map. More... | |
Vector Library - remove color table of vector map.
(C) 2011 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 vector/Vlib/color_remove.c.
int Vect_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 29 of file vector/Vlib/color_remove.c.
References G_mapset(), G_name_is_fully_qualified(), G_remove(), GMAPSET_MAX, GNAME_MAX, GPATH_MAX, GV_COLR2_DIRECTORY, GV_COLR_ELEMENT, and GV_DIRECTORY.