Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
updateHex
Method · 0.95
actionPerformed
Method · 0.80
actionPerformed
Method · 0.80
Calls
1
hex
Method · 0.95
Tested by
no test coverage detected