MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / colorizeButtons

Method colorizeButtons

src/org/albite/albite/BookCanvas.java:1752–1762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1750
1751 //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport)
1752 private void colorizeButtons() {
1753
1754 if (buttons != null) {
1755 for (int i = 0; i < buttons.length; i++) {
1756 buttons[i].setColor(
1757 currentScheme.colors[ColorScheme.COLOR_MENU]);
1758 }
1759
1760 repaintButtons = true;
1761 }
1762 }
1763 //#endif
1764
1765 private void applyColorProfile() {

Callers 2

applyColorProfileMethod · 0.95
loadButtonsMethod · 0.95

Calls 1

setColorMethod · 0.80

Tested by

no test coverage detected