Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void ui_DrawSetAlpha(uint8_t alpha) { m_UIDrawAlpha = alpha; }
125
126
void ui_DrawLine(ddgr_color color, int x1, int y1, int x2, int y2) {
127
if (color == TRANSPARENT_COLOR32)
Callers
2
OnDraw
Method · 0.85
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected