Freeciv-3.3
|
#include <colors.h>
Data Fields | |
GdkRGBA | color |
QColor | qcolor |
SDL_Color * | color |
int | r |
int | g |
int | b |
int color::b |
Definition at line 21 of file colors.h.
Referenced by color_alloc(), color_alloc_rgba(), gui_color_alloc(), and qtg_color_alloc().
SDL_Color * color::color |
Definition at line 22 of file colors.h.
Referenced by color_alloc(), color_alloc_rgba(), create_frame(), create_player_icon(), draw_reqtree(), ensure_color_rgba(), get_game_color(), get_theme_color(), gui_color_alloc(), popup_find_dialog(), qtg_color_alloc(), and update_goto_dialog().
int color::g |
Definition at line 21 of file colors.h.
Referenced by color_alloc(), color_alloc_rgba(), gui_color_alloc(), and qtg_color_alloc().
QColor color::qcolor |
Definition at line 25 of file colors.h.
Referenced by plr_item::data(), and diplo_wdg::diplo_wdg().
int color::r |
Definition at line 21 of file colors.h.
Referenced by color_alloc(), color_alloc_rgba(), gui_color_alloc(), and qtg_color_alloc().