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

Method Draw4

src/game/client/ui_rect.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void CUIRect::Draw4(ColorRGBA ColorTopLeft, ColorRGBA ColorTopRight, ColorRGBA ColorBottomLeft, ColorRGBA ColorBottomRight, int Corners, float Rounding) const
175{
176 ms_pGraphics->DrawRect4(x, y, w, h, ColorTopLeft, ColorTopRight, ColorBottomLeft, ColorBottomRight, Corners, Rounding);
177}
178
179void CUIRect::DrawOutline(ColorRGBA Color) const
180{

Callers 1

PopupColorPickerMethod · 0.80

Calls 1

DrawRect4Method · 0.80

Tested by

no test coverage detected