MCPcopy 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}
7463NK_API struct nk_color
7464nk_rgb_bv(const nk_byte* c)
7465{
7466 return nk_rgb(c[0], c[1], c[2]);
7467}
7468NK_API struct nk_color
7469nk_rgba_u32(nk_uint in)
7470{

Callers

nothing calls this directly

Calls 1

nk_rgbFunction · 0.85

Tested by

no test coverage detected