MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetBkColor

Method SetBkColor

legacy/D3Launch/TitleTip.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73void CTitleTip::SetBackground(HBRUSH brshBackground) { m_brshBackground = brshBackground; }
74
75void CTitleTip::SetBkColor(COLORREF crColor) { m_clrBackground = crColor; }
76
77void CTitleTip::SetTextColor(COLORREF crColor) { m_clrText = crColor; }
78

Callers 5

DrawItemMethod · 0.80
ShowTitleTipMethod · 0.80
ShowMethod · 0.80
DrawItemMethod · 0.80
DrawCaptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected