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

Method SetTextureColor

ogsr_engine/xrGame/UIFrameRect.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void CUIFrameRect::SetTextureColor(u32 cl)
234{
235 for (int i = 0; i < fmMax; ++i)
236 frame[i].SetColor(cl);
237}

Callers 3

HighlightSpotMethod · 0.45
InitMethod · 0.45
SetupCurrentMapMethod · 0.45

Calls 1

SetColorMethod · 0.45

Tested by

no test coverage detected