MCPcopy
hub / github.com/arduino/Arduino / setColor

Method setColor

app/src/processing/app/Theme.java:467–469  ·  view source on GitHub ↗
(String attr, Color color)

Source from the content-addressed store, hash-verified

465 }
466
467 static public void setColor(String attr, Color color) {
468 PreferencesHelper.putColor(table, attr, color);
469 }
470
471 static public Font getFont(String attr) {
472 Font font = PreferencesHelper.getFont(table, attr);

Callers 10

initMethod · 0.95
paintComponentMethod · 0.80
loadButtonsMethod · 0.80
paintComponentMethod · 0.80
paintComponentMethod · 0.80
paintMethod · 0.80
paintComponentMethod · 0.80
paintComponentMethod · 0.80
paintMethod · 0.80
paintIconMethod · 0.80

Calls 1

putColorMethod · 0.95

Tested by

no test coverage detected