Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getForegroundColor
Method
getForegroundColor
ij/src/main/java/ij/gui/Toolbar.java:963–965 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
961
}
962
963
public
static
Color getForegroundColor() {
964
return
foregroundColor;
965
}
966
967
public
static
void
setForegroundColor(Color c) {
968
if
(c==null)
Callers
15
copy
Method · 0.95
savePreferences
Method · 0.95
getProcessor
Method · 0.95
saveSettings
Method · 0.95
getValue
Method · 0.95
doColor
Method · 0.95
Text
Class · 0.95
showDialog
Method · 0.95
applyThreshold
Method · 0.95
eventOccurred
Method · 0.95
arrowToolOptions
Method · 0.95
makeMontage2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected