Freeciv-3.2
|
Data Fields | |
int | r |
int | g |
int | b |
int | a |
struct color * | color |
Definition at line 30 of file themecolors.c.
int rgbacolor::a |
Definition at line 31 of file themecolors.c.
Referenced by theme_color_system_read().
int rgbacolor::b |
Definition at line 31 of file themecolors.c.
Referenced by theme_color_system_read().
Definition at line 32 of file themecolors.c.
Referenced by theme_color_system_free(), and theme_color_system_read().
int rgbacolor::g |
Definition at line 31 of file themecolors.c.
Referenced by theme_color_system_read().
int rgbacolor::r |
Definition at line 31 of file themecolors.c.
Referenced by theme_color_system_read().