Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ convert
Function
convert
src/SB/Game/zTextBox.cpp:459–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
iColor_tag convert(const ztextbox::asset_type::color_type& color)
460
{
461
iColor_tag c;
462
c.r = color.r;
463
c.g = color.g;
464
c.b = color.b;
465
c.a = color.a;
466
return c;
467
}
Callers
3
render_bk_fill
Function · 0.85
render_bk_tex_scale
Function · 0.85
init_textbox
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected