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

Method setAlphaComposite

forge-gui-mobile/src/forge/Graphics.java:739–742  ·  view source on GitHub ↗
(float alphaComposite0)

Source from the content-addressed store, hash-verified

737 }
738
739 public void setAlphaComposite(float alphaComposite0) {
740 alphaComposite = alphaComposite0;
741 batch.setColor(new Color(1, 1, 1, alphaComposite));
742 }
743
744 public void resetAlphaComposite() {
745 alphaComposite = 1;

Callers 15

drawBorderImageMethod · 0.95
drawborderImageMethod · 0.95
drawImageMethod · 0.95
drawMethod · 0.80
drawMethod · 0.80
drawBackgroundMethod · 0.80
drawBackgroundMethod · 0.80
drawTransitionMethod · 0.80
showSplashMethod · 0.80
drawBackgroundMethod · 0.80
drawBackgroudMethod · 0.80

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected