Freeciv-3.1
|
#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_brightness_score(), rgbcolor_copy(), rgbcolor_from_hex(), rgbcolor_load(), rgbcolor_new(), rgbcolor_save(), rgbcolor_to_hex(), rgbcolors_are_equal(), send_ruleset_game(), and fc_client::slot_selection_changed().
struct color* rgbcolor::color |
Definition at line 35 of file rgbcolor.h.
Referenced by ensure_color(), rgbcolor_destroy(), and rgbcolor_new().
int rgbcolor::g |
Definition at line 34 of file rgbcolor.h.
Referenced by ensure_color(), handle_player_info(), package_player_info(), rgbcolor_brightness_score(), rgbcolor_copy(), rgbcolor_from_hex(), rgbcolor_load(), rgbcolor_new(), rgbcolor_save(), rgbcolor_to_hex(), rgbcolors_are_equal(), 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_brightness_score(), rgbcolor_copy(), rgbcolor_from_hex(), rgbcolor_load(), rgbcolor_new(), rgbcolor_save(), rgbcolor_to_hex(), rgbcolors_are_equal(), send_ruleset_game(), and fc_client::slot_selection_changed().