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

Method GetTextureColor

ogsr_engine/xrGame/ui/UIStatic.cpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114void CUIStatic::SetTextureColor(u32 color) { m_UIStaticItem.SetColor(color); }
115
116u32 CUIStatic::GetTextureColor() const { return m_UIStaticItem.GetColor(); }
117
118void CUIStatic::InitTextureEx(LPCSTR tex_name, LPCSTR sh_name)
119{

Callers 3

HighlightSpotMethod · 0.45
DrawMethod · 0.45
ColorizeItemsMethod · 0.45

Calls 1

GetColorMethod · 0.45

Tested by

no test coverage detected