GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Macros | |
#define | umalloc(n) (unsigned char *) G_malloc((size_t)n) |
#define | urealloc(s, n) (unsigned char *) G_realloc(s,(size_t)n) |
#define | LIMIT(x) if (x < 0) x = 0; else if (x > 255) x = 255; |
Functions | |
int | Rast__insert_color_into_lookup (CELL cat, int red, int grn, int blu, struct _Color_Info_ *cp) |
Definition at line 12 of file color_insrt.c.
#define umalloc | ( | n | ) | (unsigned char *) G_malloc((size_t)n) |
Definition at line 9 of file color_insrt.c.
#define urealloc | ( | s, | |
n | |||
) | (unsigned char *) G_realloc(s,(size_t)n) |
Definition at line 10 of file color_insrt.c.
int Rast__insert_color_into_lookup | ( | CELL | cat, |
int | red, | ||
int | grn, | ||
int | blu, | ||
struct _Color_Info_ * | cp | ||
) |
Definition at line 14 of file color_insrt.c.