MCPcopy Create free account
hub / github.com/Card-Forge/forge / getD50

Method getD50

forge-gui-mobile/src/forge/toolbox/FLabel.java:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 return FSkinColor.get(Colors.CLR_INACTIVE);
114 }
115 private static FSkinColor getD50() {
116 return getClrMain().stepColor(-50);
117 }
118 private static FSkinColor getD30() {
119 return getClrMain().stepColor(-30);
120 }

Callers 2

drawButtonBackgroundMethod · 0.95
drawMethod · 0.95

Calls 2

getClrMainMethod · 0.95
stepColorMethod · 0.45

Tested by

no test coverage detected