Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ nk_rgba_iv
Function
nk_rgba_iv
extern/glfw/deps/nuklear.h:7438–7442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7436
#undef NK_TO_HEX
7437
}
7438
NK_API struct nk_color
7439
nk_rgba_iv(const int *c)
7440
{
7441
return nk_rgba(c[0], c[1], c[2], c[3]);
7442
}
7443
NK_API struct nk_color
7444
nk_rgba_bv(const nk_byte *c)
7445
{
Callers
nothing calls this directly
Calls
1
nk_rgba
Function · 0.85
Tested by
no test coverage detected