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

Method TextOutlineColor

src/engine/client/text.cpp:1400–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398 }
1399
1400 void TextOutlineColor(float r, float g, float b, float a) override
1401 {
1402 m_OutlineColor.r = r;
1403 m_OutlineColor.g = g;
1404 m_OutlineColor.b = b;
1405 m_OutlineColor.a = a;
1406 }
1407
1408 void TextOutlineColor(ColorRGBA Color) override
1409 {

Callers 5

DoLabelMethod · 0.80
DoButton_FontIconMethod · 0.80
RenderDemoPlayerMethod · 0.80
RenderEditorHistoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected