| 318 | } |
| 319 | |
| 320 | void setCustomUIColorSettingMenuB(int colorType) { |
| 321 | setCustomUIColorSettingMenu(colorType, 3, [](uint16_t baseColor, int i) { |
| 322 | return alterOneColorChannel565(baseColor, 256, 256, i); |
| 323 | }); |
| 324 | } |
| 325 | |
| 326 | constexpr const char *colorTypes[] = { |
| 327 | "Background", // 0 |
no test coverage detected