| 4247 | static void MoreRedClick(void * ptr) { RGBWindowUpdate(ptr, +8, 0, 0); } |
| 4248 | static void MoreGreenClick(void * ptr) { RGBWindowUpdate(ptr, 0, +8, 0); } |
| 4249 | static void MoreBlueClick(void * ptr) { RGBWindowUpdate(ptr, 0, 0, +8); } |
| 4250 | |
| 4251 | static void PaletteWindow(const char *name) |
| 4252 | { |
nothing calls this directly
no test coverage detected