MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / nk_rgba_iv

Function nk_rgba_iv

extern/glfw/deps/nuklear.h:7438–7442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7436 #undef NK_TO_HEX
7437}
7438NK_API struct nk_color
7439nk_rgba_iv(const int *c)
7440{
7441 return nk_rgba(c[0], c[1], c[2], c[3]);
7442}
7443NK_API struct nk_color
7444nk_rgba_bv(const nk_byte *c)
7445{

Callers

nothing calls this directly

Calls 1

nk_rgbaFunction · 0.85

Tested by

no test coverage detected