MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getColor

Method getColor

src/main/java/ui/controls/form/LinkString.java:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 public int getColor() {
46 return ColorTheme.getColor(ColorTheme.MSG_HIGHLIGHT);
47 }
48
49 public void drawItem(Graphics g, int ofs, boolean sel) {
50 int fontHeight = getFont().getHeight();

Callers 1

drawItemMethod · 0.95

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected