MCPcopy 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

drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected