#include <math.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_set_color_range (CELL min, CELL max, struct Colors *colors) |
int | G_set_d_color_range (DCELL min, DCELL max, struct Colors *colors) |
int | G_get_color_range (CELL *min, CELL *max, struct Colors *colors) |
int | G_get_d_color_range (DCELL *min, DCELL *max, struct Colors *colors) |
int G_get_color_range | ( | CELL * | min, | |
CELL * | max, | |||
struct Colors * | colors | |||
) |
int G_get_d_color_range | ( | DCELL * | min, | |
DCELL * | max, | |||
struct Colors * | colors | |||
) |
Definition at line 68 of file color_range.c.
int G_set_color_range | ( | CELL | min, | |
CELL | max, | |||
struct Colors * | colors | |||
) |
int G_set_d_color_range | ( | DCELL | min, | |
DCELL | max, | |||
struct Colors * | colors | |||
) |
Definition at line 21 of file color_range.c.