Freeciv-3.3
|
#include <rgbcolor.h>
Data Fields | |
int | r |
int | g |
int | b |
struct color * | color |
Definition at line 33 of file rgbcolor.h.
int rgbcolor::b |
Definition at line 34 of file rgbcolor.h.
Referenced by ensure_color(), handle_player_info(), package_player_info(), rgbcolor_from_hex(), rgbcolor_load(), rgbcolor_new(), send_ruleset_game(), and fc_client::slot_selection_changed().
Definition at line 35 of file rgbcolor.h.
Referenced by ensure_color().
int rgbcolor::g |
Definition at line 34 of file rgbcolor.h.
Referenced by ensure_color(), handle_player_info(), package_player_info(), rgbcolor_from_hex(), rgbcolor_load(), rgbcolor_new(), send_ruleset_game(), and fc_client::slot_selection_changed().
int rgbcolor::r |
Definition at line 34 of file rgbcolor.h.
Referenced by ensure_color(), handle_player_info(), package_player_info(), rgbcolor_from_hex(), rgbcolor_load(), rgbcolor_new(), send_ruleset_game(), and fc_client::slot_selection_changed().