Home
last modified time | relevance | path

Searched refs:StatIncrColor (Results 1 – 7 of 7) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMultiMeterStatusBar.cpp178 …T - 1, PROJECTED_TOP), GG::Pt(PROJECTED_RIGHT, BAR_BOTTOM), ClientUI::StatIncrColor(), GG::CLR_BLA… in Render()
H A DClientUI.h170 …static GG::Clr StatIncrColor(); //!< used to color increasing stats text (eg "…
H A DMeterBrowseWnd.cpp33 clr = ClientUI::StatIncrColor(); in ColouredNumber()
53 … std::string ColouredInt(int number, bool prepend = true, GG::Clr clr = ClientUI::StatIncrColor(), in ColouredInt()
H A DClientUI.cpp102 GG::Clr ClientUI::StatIncrColor() { return GetOptionsDB().Get<GG::Clr>("ui.font.stat.… in StatIncrColor() function in ClientUI
H A DCUIControls.cpp1427 clr = ClientUI::StatIncrColor(); in DoLayout()
H A DSidePanel.cpp1749 clr_tag = GG::RgbaTag(ClientUI::StatIncrColor()); in Refresh()
H A DEncyclopediaDetailPanel.cpp2674 … % (GG::RgbaTag(ClientUI::StatIncrColor()) + DoubleToString(it->first, 2, true) + "</rgba>")); in RefreshDetailPanelSuitabilityTag()