MCPcopy 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}
7458NK_API struct nk_color
7459nk_rgb_iv(const int *c)
7460{
7461 return nk_rgb(c[0], c[1], c[2]);
7462}
7463NK_API struct nk_color
7464nk_rgb_bv(const nk_byte* c)
7465{

Callers

nothing calls this directly

Calls 1

nk_rgbFunction · 0.85

Tested by

no test coverage detected