MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getColor

Method getColor

ij/src/main/java/ij/gui/Roi.java:1980–1982  ·  view source on GitHub ↗

Returns the default (global) color used for drawing ROI outlines. @see #setColor(Color) @see #getStrokeColor()

()

Source from the content-addressed store, hash-verified

1978 * @see #getStrokeColor()
1979 */
1980 public static Color getColor() {
1981 return ROIColor;
1982 }
1983
1984 /** Sets the color used by this ROI to draw its outline.
1985 * This color, if not null, overrides the global color set

Callers 15

savePreferencesMethod · 0.95
saveSettingsMethod · 0.95
doRoiMethod · 0.95
rectToolOptionsMethod · 0.95
showDialogMethod · 0.95
showDialogMethod · 0.95
dialogItemChangedMethod · 0.95
Orthogonal_ViewsClass · 0.95
addSelectionMethod · 0.95
setPropertiesMethod · 0.95
setOptionsMethod · 0.95
drawOverlayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected