GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
Main Page
Related Pages
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
display.h
Go to the documentation of this file.
1
#ifndef GRASS_DISPLAY_H
2
#define GRASS_DISPLAY_H
3
4
#include <
grass/gis.h
>
5
#include <
grass/raster.h
>
6
#include <
grass/symbol.h
>
7
8
struct
color_rgba
{
9
unsigned
char
r
,
g
,
b
,
a
;
/* red, green, blue, and alpha */
10
};
11
12
typedef
struct
color_rgba
RGBA_Color
;
13
14
/* RGBA color alpha presets */
15
#define RGBA_COLOR_OPAQUE 255
16
#define RGBA_COLOR_TRANSPARENT 0
17
#define RGBA_COLOR_NONE 0
18
19
enum
clip_mode
{
20
M_NONE
,
21
M_CULL
,
22
M_CLIP
,
23
};
24
25
#include <
grass/defs/display.h
>
26
27
#endif
/* GRASS_DISPLAY_H */
display.h
clip_mode
clip_mode
Definition:
display.h:19
M_CULL
@ M_CULL
Definition:
display.h:21
M_CLIP
@ M_CLIP
Definition:
display.h:22
M_NONE
@ M_NONE
Definition:
display.h:20
gis.h
raster.h
color_rgba
Definition:
display.h:8
color_rgba::a
unsigned char a
Definition:
display.h:9
color_rgba::g
unsigned char g
Definition:
display.h:9
color_rgba::b
unsigned char b
Definition:
display.h:9
color_rgba::r
unsigned char r
Definition:
display.h:9
symbol.h
include
grass
display.h
Generated on Thu Mar 20 2025 07:33:23 for GRASS GIS 8 Programmer's Manual by
1.9.1