Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ nk_rgb_iv
Function
nk_rgb_iv
extern/glfw/deps/nuklear.h:7458–7462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7456
return ret;
7457
}
7458
NK_API struct nk_color
7459
nk_rgb_iv(const int *c)
7460
{
7461
return nk_rgb(c[0], c[1], c[2]);
7462
}
7463
NK_API struct nk_color
7464
nk_rgb_bv(const nk_byte* c)
7465
{
Callers
nothing calls this directly
Calls
1
nk_rgb
Function · 0.85
Tested by
no test coverage detected