MCPcopy 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

copyMethod · 0.95
savePreferencesMethod · 0.95
saveSettingsMethod · 0.95
getValueMethod · 0.95
doColorMethod · 0.95
showDialogMethod · 0.95
straightenRotatedRectMethod · 0.95
applyThresholdMethod · 0.95
eventOccurredMethod · 0.95
showDialogMethod · 0.95
makeMontage2Method · 0.95
combineHorizontallyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected