#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_make_aspect_colors (struct Colors *colors, CELL min, CELL max) |
make aspect colors | |
int | G_make_aspect_fp_colors (struct Colors *colors, DCELL min, DCELL max) |
int | G_add_aspect_colors (struct Colors *colors, CELL min, CELL max) |
int G_add_aspect_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
Definition at line 39 of file color_asp.c.
int G_make_aspect_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
make aspect colors
Generates a color table for aspect data.
colors | ||
min | ||
max |
Definition at line 27 of file color_asp.c.
References G_init_colors().
int G_make_aspect_fp_colors | ( | struct Colors * | colors, | |
DCELL | min, | |||
DCELL | max | |||
) |
Definition at line 33 of file color_asp.c.
References G_init_colors().
Referenced by G_make_colors().