Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getBackgroundColor
Method
getBackgroundColor
ij/src/main/java/ij/gui/Toolbar.java:987–989 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
985
}
986
987
public
static
Color getBackgroundColor() {
988
return
backgroundColor;
989
}
990
991
public
static
void
setBackgroundColor(Color c) {
992
if
(c!=null) {
Callers
15
copy
Method · 0.95
savePreferences
Method · 0.95
saveSettings
Method · 0.95
getValue
Method · 0.95
doColor
Method · 0.95
showDialog
Method · 0.95
straightenRotatedRect
Method · 0.95
applyThreshold
Method · 0.95
eventOccurred
Method · 0.95
showDialog
Method · 0.95
makeMontage2
Method · 0.95
combineHorizontally
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected