MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ui_DrawSetAlpha

Function ui_DrawSetAlpha

ui/UIDraw.cpp:124–124  ·  view source on GitHub ↗

draw primatives

Source from the content-addressed store, hash-verified

122
123// draw primatives
124void ui_DrawSetAlpha(uint8_t alpha) { m_UIDrawAlpha = alpha; }
125
126void ui_DrawLine(ddgr_color color, int x1, int y1, int x2, int y2) {
127 if (color == TRANSPARENT_COLOR32)

Callers 2

OnDrawMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected