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

Method setForegroundColor

ij/src/main/java/ij/IJ.java:1750–1752  ·  view source on GitHub ↗

Sets the foreground color.

(int red, int green, int blue)

Source from the content-addressed store, hash-verified

1748
1749 /** Sets the foreground color. */
1750 public static void setForegroundColor(int red, int green, int blue) {
1751 setColor(red, green, blue, true);
1752 }
1753
1754 /** Sets the background color. */
1755 public static void setBackgroundColor(int red, int green, int blue) {

Callers 1

setForegroundColorMethod · 0.95

Calls 1

setColorMethod · 0.95

Tested by

no test coverage detected