MCPcopy Create free account
hub / github.com/BruceDevices/firmware / setCustomColorSettingMenuR

Function setCustomColorSettingMenuR

src/core/led_control.cpp:527–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527void setCustomColorSettingMenuR() {
528 setCustomColorSettingMenu(1, [](uint32_t baseColor, int i) {
529 return alterOneColorChannel(baseColor, i, 256, 256);
530 });
531}
532
533void setCustomColorSettingMenuG() {
534 setCustomColorSettingMenu(2, [](uint32_t baseColor, int i) {

Callers

nothing calls this directly

Calls 2

alterOneColorChannelFunction · 0.85

Tested by

no test coverage detected