MCPcopy 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}
7443NK_API struct nk_color
7444nk_rgba_bv(const nk_byte *c)
7445{
7446 return nk_rgba(c[0], c[1], c[2], c[3]);
7447}
7448NK_API struct nk_color
7449nk_rgb(int r, int g, int b)
7450{

Callers

nothing calls this directly

Calls 1

nk_rgbaFunction · 0.85

Tested by

no test coverage detected