GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
display.h File Reference
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/symbol.h>
#include <grass/defs/display.h>
Include dependency graph for display.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  color_rgba
 

Macros

#define RGBA_COLOR_OPAQUE   255
 
#define RGBA_COLOR_TRANSPARENT   0
 
#define RGBA_COLOR_NONE   0
 

Typedefs

typedef struct color_rgba RGBA_Color
 

Enumerations

enum  clip_mode { M_NONE, M_CULL, M_CLIP }
 

Macro Definition Documentation

◆ RGBA_COLOR_NONE

#define RGBA_COLOR_NONE   0

Definition at line 18 of file display.h.

◆ RGBA_COLOR_OPAQUE

#define RGBA_COLOR_OPAQUE   255

Definition at line 16 of file display.h.

◆ RGBA_COLOR_TRANSPARENT

#define RGBA_COLOR_TRANSPARENT   0

Definition at line 17 of file display.h.

Typedef Documentation

◆ RGBA_Color

typedef struct color_rgba RGBA_Color

Definition at line 13 of file display.h.

Enumeration Type Documentation

◆ clip_mode

enum clip_mode
Enumerator
M_NONE 
M_CULL 
M_CLIP 

Definition at line 20 of file display.h.