(final byte type, final float hue)
| 1738 | } |
| 1739 | |
| 1740 | public final void setScheme(final byte type, final float hue) { |
| 1741 | |
| 1742 | ColorScheme sc = |
| 1743 | ColorScheme.getScheme(type, currentScheme.isDay(), hue); |
| 1744 | |
| 1745 | final ColorScheme other = currentScheme.getOther(); |
| 1746 | sc.link(other); |
| 1747 | currentScheme = sc; |
| 1748 | applyColorProfile(); |
| 1749 | } |
| 1750 | |
| 1751 | //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport) |
| 1752 | private void colorizeButtons() { |
no test coverage detected