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

Method DefaultTextSelectionColor

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

Source from the content-addressed store, hash-verified

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 //
209 virtual void TextEx(CTextCursor *pCursor, const char *pText, int Length = -1) = 0;

Callers 2

RenderMethod · 0.80
RenderSpectatorsMethod · 0.80

Calls 1

ColorRGBAClass · 0.50

Tested by

no test coverage detected