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

Method getColorBGnd

src/main/java/Client/SmilePicker.java:113–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 public int getVHeight() { return Math.max(lineHeight, cf.minItemHeight); }
112 public int getColor(){ return ColorTheme.getColor(ColorTheme.LIST_INK); }
113 public int getColorBGnd(){ return ColorTheme.getColor(ColorTheme.LIST_BGND); }
114 public void onSelect(){
115 try {
116 me.insert(getTipString() , caretPos);

Callers 1

drawCursorMethod · 0.95

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected