MCPcopy Create free account
hub / github.com/dborth/vbagx / MoreBlueClick

Function MoreBlueClick

source/menu.cpp:4249–4249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4247static void MoreRedClick(void * ptr) { RGBWindowUpdate(ptr, +8, 0, 0); }
4248static void MoreGreenClick(void * ptr) { RGBWindowUpdate(ptr, 0, +8, 0); }
4249static void MoreBlueClick(void * ptr) { RGBWindowUpdate(ptr, 0, 0, +8); }
4250
4251static void PaletteWindow(const char *name)
4252{

Callers

nothing calls this directly

Calls 1

RGBWindowUpdateFunction · 0.85

Tested by

no test coverage detected