|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include <grass/gis.h>#include <grass/raster.h>#include <grass/glocale.h>#include "raster3d_intern.h"
Go to the source code of this file.
Functions | |
| int | Rast3d_remove_color (const char *name) |
| Removes the primary and/or secondary color file. | |
| int | Rast3d_read_colors (const char *name, const char *mapset, struct Colors *colors) |
Reads color file for map name in mapset into the Colors structure. | |
| int | Rast3d_write_colors (const char *name, const char *mapset, struct Colors *colors) |
Writes the colors for map name in mapset into a color file. | |
Reads color file for map name in mapset into the Colors structure.
| name | 3D raster map name |
| mapset | mapset name |
| colors | colors to be associated with a map |
Definition at line 44 of file raster3d/color.c.
References DEFAULT_COLOR_TABLE, err(), G_warning(), name, Rast3d_read_range(), Rast_get_fp_range_min_max(), Rast_init_colors(), Rast_is_d_null_value, Rast_make_fp_colors(), and Rast_mark_colors_as_fp().
Referenced by Gvl_load_colors_data().
Removes the primary and/or secondary color file.
Definition at line 26 of file raster3d/color.c.
References G_remove_misc(), name, RASTER3D_COLOR_ELEMENT, and RASTER3D_DIRECTORY.
Writes the colors for map name in mapset into a color file.
| name | 3D raster map name |
| mapset | mapset name |
| colors | colors to be associated with a map |
Definition at line 351 of file raster3d/color.c.
References _, G_fopen_new_misc(), G_mapset(), G_warning(), name, Rast__write_colors(), RASTER3D_COLOR_ELEMENT, and RASTER3D_DIRECTORY.