|
Freeciv-3.1
|
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 ensure_color_rgba(), and theme_color_system_read().
| int rgbacolor::b |
Definition at line 31 of file themecolors.c.
Referenced by ensure_color_rgba(), and theme_color_system_read().
| struct color* rgbacolor::color |
Definition at line 32 of file themecolors.c.
Referenced by ensure_color_rgba(), theme_color_system_free(), and theme_color_system_read().
| int rgbacolor::g |
Definition at line 31 of file themecolors.c.
Referenced by ensure_color_rgba(), and theme_color_system_read().
| int rgbacolor::r |
Definition at line 31 of file themecolors.c.
Referenced by ensure_color_rgba(), and theme_color_system_read().