#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_init_colors (struct Colors *colors) |
initialize color structure |
int G_init_colors | ( | struct Colors * | colors | ) |
initialize color structure
The colors structure is initialized for subsequent calls to G_add_color_rule andG_set_color.
colors |
Definition at line 22 of file color_init.c.
References NULL.
Referenced by G_free_colors(), G_make_aspect_colors(), G_make_aspect_fp_colors(), G_make_byg_colors(), G_make_byg_fp_colors(), G_make_byr_colors(), G_make_byr_fp_colors(), G_make_colors(), G_make_grey_scale_colors(), G_make_grey_scale_fp_colors(), G_make_gyr_colors(), G_make_gyr_fp_colors(), G_make_histogram_eq_colors(), G_make_histogram_log_colors(), G_make_rainbow_colors(), G_make_rainbow_fp_colors(), G_make_ramp_colors(), G_make_ramp_fp_colors(), G_make_random_colors(), G_make_ryg_colors(), G_make_ryg_fp_colors(), G_make_wave_colors(), G_make_wave_fp_colors(), and G_read_colors().