Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getL10
Method
getL10
forge-gui-mobile/src/forge/toolbox/FLabel.java:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
return
getClrMain().stepColor(-10);
123
}
124
private
static
FSkinColor getL10() {
125
return
getClrMain().stepColor(10);
126
}
127
private
static
FSkinColor getL20() {
128
return
getClrMain().stepColor(20);
129
}
Callers
1
draw
Method · 0.95
Calls
2
getClrMain
Method · 0.95
stepColor
Method · 0.45
Tested by
no test coverage detected