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

Method getColor

app/src/processing/app/ui/ColorChooser.java:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158
159
160 public Color getColor() {
161 return new Color(red, green, blue);
162 }
163
164
165 public void setColor(Color color) {

Callers 8

updateColorsMethod · 0.45
ManagerTabsMethod · 0.45
makeFrameMethod · 0.45
GradyHeaderRendererMethod · 0.45
GradyRowRendererMethod · 0.45
statusToolTipMethod · 0.45
rebuildMethod · 0.45
ModeSelectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected