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

Method getHexColor

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

Source from the content-addressed store, hash-verified

168
169
170 public String getHexColor() {
171 return "#" + PApplet.hex(red, 2) + PApplet.hex(green, 2) + PApplet.hex(blue, 2);
172 }
173
174
175 public class ColorListener implements DocumentListener {

Callers 3

updateHexMethod · 0.95
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80

Calls 1

hexMethod · 0.95

Tested by

no test coverage detected