Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ nk_rgba_bv
Function
nk_rgba_bv
extern/glfw/deps/nuklear.h:7443–7447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
{
7446
return nk_rgba(c[0], c[1], c[2], c[3]);
7447
}
7448
NK_API struct nk_color
7449
nk_rgb(int r, int g, int b)
7450
{
Callers
nothing calls this directly
Calls
1
nk_rgba
Function · 0.85
Tested by
no test coverage detected