Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ resetAlphaComposite
Method
resetAlphaComposite
forge-gui-mobile/src/forge/Graphics.java:744–747 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
742
}
743
744
public
void
resetAlphaComposite() {
745
alphaComposite = 1;
746
batch.setColor(Color.WHITE);
747
}
748
749
public
float getfloatAlphaComposite() {
750
return
alphaComposite;
Callers
6
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
Calls
1
setColor
Method · 0.45
Tested by
no test coverage detected