MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetTextColorD

Method SetTextColorD

ogsr_engine/xrGame/ui/UI3tButton.cpp:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151void CUI3tButton::SetTextColor(u32 color) { m_dwTextColor[E] = color; }
152
153void CUI3tButton::SetTextColorD(u32 color) { SetTextColor(color, CUIStatic::D); }
154
155void CUI3tButton::SetTextColorH(u32 color) { SetTextColor(color, CUIStatic::H); }
156

Callers 3

InitSpinMethod · 0.45
InitCustomEditMethod · 0.45
InitComboBoxMethod · 0.45

Calls 1

SetTextColorFunction · 0.70

Tested by

no test coverage detected