MCPcopy Index your code
hub / github.com/processing/processing / getColor

Method getColor

app/src/processing/app/Mode.java:844–846  ·  view source on GitHub ↗
(String attribute)

Source from the content-addressed store, hash-verified

842
843
844 public Color getColor(String attribute) {
845 return theme.getColor(attribute);
846 }
847
848
849 public Font getFont(String attribute) {

Callers 7

makeGradientMethod · 0.95
MarkerColumnMethod · 0.95
updateModeMethod · 0.95
updateModeMethod · 0.95
updateModeMethod · 0.95
updateModeMethod · 0.95
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected