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

Method DefaultTextOutlineColor

src/engine/textrender.h:205–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204 ColorRGBA DefaultTextColor() const { return ColorRGBA(1, 1, 1, 1); }
205 ColorRGBA DefaultTextOutlineColor() const { return ColorRGBA(0, 0, 0, 0.3f); }
206 ColorRGBA DefaultTextSelectionColor() const { return ColorRGBA(1.0f, 1.0f, 1.0f, 0.5f); }
207
208 //

Callers 15

DoLabelMethod · 0.80
DoButton_MenuMethod · 0.80
DoButton_FontIconMethod · 0.80
RenderServerBroadcastMethod · 0.80
RenderTextInfoMethod · 0.80
RenderDDRaceEffectsMethod · 0.80
OnRenderMethod · 0.80
RenderImportantAlertMethod · 0.80
OnRenderMethod · 0.80

Calls 1

ColorRGBAClass · 0.50

Tested by

no test coverage detected