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

Method cycleColorSchemes

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

Source from the content-addressed store, hash-verified

1733 }
1734
1735 public final void cycleColorSchemes() {
1736 currentScheme = currentScheme.getOther();
1737 applyColorProfile();
1738 }
1739
1740 public final void setScheme(final byte type, final float hue) {
1741

Callers 3

processKeysMethod · 0.95
menuActionMethod · 0.80

Calls 2

applyColorProfileMethod · 0.95
getOtherMethod · 0.80

Tested by

no test coverage detected