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

Method getColorArgs

ij/src/main/java/ij/gui/TextRoi.java:634–636  ·  view source on GitHub ↗
(Color c)

Source from the content-addressed store, hash-verified

632 }
633
634 private String getColorArgs(Color c) {
635 return IJ.d2s(c.getRed()/255.0,2)+", "+IJ.d2s(c.getGreen()/255.0,2)+", "+IJ.d2s(c.getBlue()/255.0,2);
636 }
637
638 public String getText() {
639 String text = "";

Callers 2

getMacroCodeMethod · 0.95
getAddSelectionScriptMethod · 0.95

Calls 4

d2sMethod · 0.95
getRedMethod · 0.80
getGreenMethod · 0.80
getBlueMethod · 0.80

Tested by

no test coverage detected