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

Method setColor

app/src/processing/app/Settings.java:175–177  ·  view source on GitHub ↗
(String attr, Color what)

Source from the content-addressed store, hash-verified

173
174
175 public void setColor(String attr, Color what) {
176 set(attr, "#" + PApplet.hex(what.getRGB() & 0xffffff, 6));
177 }
178
179
180 // identical version found in Preferences.java

Callers 1

setupGUIMethod · 0.45

Calls 2

setMethod · 0.95
hexMethod · 0.95

Tested by

no test coverage detected