#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_make_byg_colors (struct Colors *colors, CELL min, CELL max) |
int | G_make_byg_fp_colors (struct Colors *colors, DCELL min, DCELL max) |
int | G_make_blue_yel_grn (struct Colors *colors, CELL min, CELL max) |
int | G_add_byg_colors (struct Colors *colors, CELL min, CELL max) |
int G_add_byg_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
Definition at line 29 of file color_byg.c.
int G_make_blue_yel_grn | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
int G_make_byg_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
Definition at line 5 of file color_byg.c.
References G_init_colors().
Referenced by G_make_blue_yel_grn().
int G_make_byg_fp_colors | ( | struct Colors * | colors, | |
DCELL | min, | |||
DCELL | max | |||
) |