Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ nk_rgb_bv
Function
nk_rgb_bv
extern/glfw/deps/nuklear.h:7463–7467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
{
7466
return nk_rgb(c[0], c[1], c[2]);
7467
}
7468
NK_API struct nk_color
7469
nk_rgba_u32(nk_uint in)
7470
{
Callers
nothing calls this directly
Calls
1
nk_rgb
Function · 0.85
Tested by
no test coverage detected