#include "gis.h"Include dependency graph for color_gyr.c:

Go to the source code of this file.
Functions | |
| int | G_make_gyr_colors (struct Colors *colors, CELL min, CELL max) |
| int | G_make_gyr_fp_colors (struct Colors *colors, DCELL min, DCELL max) |
| int | G_add_gyr_colors (struct Colors *colors, CELL min, CELL max) |
| int G_add_gyr_colors | ( | struct Colors * | colors, | |
| CELL | min, | |||
| CELL | max | |||
| ) |
Definition at line 20 of file color_gyr.c.
| int G_make_gyr_colors | ( | struct Colors * | colors, | |
| CELL | min, | |||
| CELL | max | |||
| ) |
| int G_make_gyr_fp_colors | ( | struct Colors * | colors, | |
| DCELL | min, | |||
| DCELL | max | |||
| ) |
Definition at line 13 of file color_gyr.c.
References G_init_colors().
Referenced by G_make_colors().
1.4.7