Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
color Struct Reference

#include <colors.h>

Data Fields

GdkRGBA color
 
QColor qcolor
 
SDL_Colorcolor
 
int r
 
int g
 
int b
 

Detailed Description

Definition at line 21 of file colors.h.

Field Documentation

◆ 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().

◆ color [1/2]

SDL_Color * color::color

◆ color [2/2]

SDL_Color* color::color

Definition at line 38 of file colors.h.

◆ g

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

QColor color::qcolor

Definition at line 25 of file colors.h.

Referenced by plr_item::data(), and diplo_wdg::diplo_wdg().

◆ r

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().