MCPcopy 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

copyMethod · 0.95
savePreferencesMethod · 0.95
getProcessorMethod · 0.95
saveSettingsMethod · 0.95
getValueMethod · 0.95
doColorMethod · 0.95
TextClass · 0.95
showDialogMethod · 0.95
applyThresholdMethod · 0.95
eventOccurredMethod · 0.95
arrowToolOptionsMethod · 0.95
makeMontage2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected