Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
rgbacolor Struct Reference

Data Fields

int r
 
int g
 
int b
 
int a
 
struct colorcolor
 

Detailed Description

Definition at line 30 of file themecolors.c.

Field Documentation

◆ a

int rgbacolor::a

Definition at line 31 of file themecolors.c.

Referenced by theme_color_system_read().

◆ b

int rgbacolor::b

Definition at line 31 of file themecolors.c.

Referenced by theme_color_system_read().

◆ color

struct color * rgbacolor::color

Definition at line 32 of file themecolors.c.

Referenced by theme_color_system_free(), and theme_color_system_read().

◆ g

int rgbacolor::g

Definition at line 31 of file themecolors.c.

Referenced by theme_color_system_read().

◆ r

int rgbacolor::r

Definition at line 31 of file themecolors.c.

Referenced by theme_color_system_read().