MCPcopy Create free account
hub / github.com/ddnet/ddnet / TextColor

Method TextColor

src/engine/client/text.cpp:1387–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385 }
1386
1387 void TextColor(float r, float g, float b, float a) override
1388 {
1389 m_Color.r = r;
1390 m_Color.g = g;
1391 m_Color.b = b;
1392 m_Color.a = a;
1393 }
1394
1395 void TextColor(ColorRGBA Color) override
1396 {

Callers 15

RenderShutdownMessageMethod · 0.80
RenderMethod · 0.80
RenderCandidatesMethod · 0.80
DoLabelMethod · 0.80
DoButton_FontIconMethod · 0.80
PopupMessageMethod · 0.80
RenderStartMenuMethod · 0.80

Calls

no outgoing calls

Tested by 1

OnRenderMethod · 0.64