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

Function setCustomColorSettingMenuG

src/core/led_control.cpp:533–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533void setCustomColorSettingMenuG() {
534 setCustomColorSettingMenu(2, [](uint32_t baseColor, int i) {
535 return alterOneColorChannel(baseColor, 256, i, 256);
536 });
537}
538
539void setCustomColorSettingMenuB() {
540 setCustomColorSettingMenu(3, [](uint32_t baseColor, int i) {

Callers

nothing calls this directly

Calls 2

alterOneColorChannelFunction · 0.85

Tested by

no test coverage detected