GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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, const struct Colors *colors) |
int | G_get_d_color_range (DCELL *min, DCELL *max, const struct Colors *colors) |
int G_get_color_range | ( | CELL * | min, |
CELL * | max, | ||
const struct Colors * | colors | ||
) |
G_get_color_range |
Definition at line 44 of file color_range.c.
Referenced by Gs_build_256lookup().
int G_get_d_color_range | ( | DCELL * | min, |
DCELL * | max, | ||
const struct Colors * | colors | ||
) |
Definition at line 59 of file color_range.c.
Referenced by G_abs_log_colors(), G_histogram_eq_colors(), G_histogram_eq_colors_fp(), and G_log_colors().
int G_set_color_range | ( | CELL | min, |
CELL | max, | ||
struct Colors * | colors | ||
) |
Definition at line 4 of file color_range.c.
Referenced by G_make_random_colors().
int G_set_d_color_range | ( | DCELL | min, |
DCELL | max, | ||
struct Colors * | colors | ||
) |
Definition at line 18 of file color_range.c.