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

Method SetColor

src/game/client/ui.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void SLabelProperties::SetColor(const ColorRGBA &Color)
84{
85 m_vColorSplits.clear();
86 m_vColorSplits.emplace_back(0, -1, Color);
87}
88
89/********************************************************
90 UI

Callers 15

RenderCandidatesMethod · 0.45
DrawOutlineMethod · 0.45
DrawMethod · 0.45
DoButton_MenuMethod · 0.45
RenderProgressSpinnerMethod · 0.45
PopupColorPickerMethod · 0.45
InitMethod · 0.45
RenderCursorMethod · 0.45
RenderIconMethod · 0.45
RenderTeeMethod · 0.45
RenderTee7Method · 0.45
RenderTee6Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected