GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
rast_to_img_string.c File Reference
#include <string.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/glocale.h>
Include dependency graph for rast_to_img_string.c:

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)
 

Macro Definition Documentation

◆ DEF_BLU

#define DEF_BLU   255

Definition at line 31 of file rast_to_img_string.c.

Referenced by Rast_map_to_img_str().

◆ DEF_GRN

#define DEF_GRN   255

Definition at line 30 of file rast_to_img_string.c.

Referenced by Rast_map_to_img_str().

◆ DEF_RED

#define DEF_RED   255

Definition at line 29 of file rast_to_img_string.c.

Referenced by Rast_map_to_img_str().

Function Documentation

◆ Rast_map_to_img_str()