GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <string.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/glocale.h>
Go to the source code of this file.
Macros | |
#define | DEF_RED 255 |
#define | DEF_GRN 255 |
#define | DEF_BLU 255 |
Functions | |
int | Rast_map_to_img_str (char *name, int color_mode, unsigned char *result) |
#define DEF_BLU 255 |
Definition at line 30 of file rast_to_img_string.c.
#define DEF_GRN 255 |
Definition at line 29 of file rast_to_img_string.c.
#define DEF_RED 255 |
Definition at line 28 of file rast_to_img_string.c.
int Rast_map_to_img_str | ( | char * | name, |
int | color_mode, | ||
unsigned char * | result | ||
) |
Definition at line 58 of file rast_to_img_string.c.
References NULL.