MCPcopy Index your code
hub / github.com/arduino/Arduino / getColor

Method getColor

app/src/processing/app/Theme.java:463–465  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

461 }
462
463 static public Color getColor(String name) {
464 return PreferencesHelper.parseColor(get(name));
465 }
466
467 static public void setColor(String attr, Color color) {
468 PreferencesHelper.putColor(table, attr, color);

Callers 11

createScrollPaneMethod · 0.95
applyPreferencesMethod · 0.95
EditorHeaderMethod · 0.95
EditorConsoleMethod · 0.95
EditorToolbarMethod · 0.95
EditorLineStatusMethod · 0.95
GraphPanelMethod · 0.95
EditorStatusClass · 0.95
updateStyleMethod · 0.80
setThemeMethod · 0.80
setColorForTokenMethod · 0.80

Calls 2

parseColorMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected