#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_make_byr_colors (struct Colors *colors, CELL min, CELL max) |
int | G_make_byr_fp_colors (struct Colors *colors, DCELL min, DCELL max) |
int | G_add_byr_colors (struct Colors *colors, CELL min, CELL max) |
int G_add_byr_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
Definition at line 20 of file color_byr.c.
int G_make_byr_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
int G_make_byr_fp_colors | ( | struct Colors * | colors, | |
DCELL | min, | |||
DCELL | max | |||
) |