#include <grass/gis.h>#include <grass/glocale.h>Include dependency graph for make_colr.c:

Go to the source code of this file.
Functions | |
| int | G_make_colors (char *name, char *mapset, struct Colors *pcolr) |
| int G_make_colors | ( | char * | name, | |
| char * | mapset, | |||
| struct Colors * | pcolr | |||
| ) |
Definition at line 25 of file make_colr.c.
References G_clear_screen(), G_get_fp_range_min_max(), G_gets(), G_init_colors(), G_is_d_null_value(), G_make_aspect_fp_colors(), G_make_grey_scale_fp_colors(), G_make_gyr_fp_colors(), G_make_rainbow_fp_colors(), G_make_ramp_fp_colors(), G_make_random_colors(), G_make_ryg_fp_colors(), G_make_wave_fp_colors(), G_read_fp_range(), G_strip(), and G_warning().
1.5.1