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

Method endShape

forge-gui-mobile/src/forge/Graphics.java:725–727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723 }
724
725 private void endShape() {
726 shapeRenderer.end();
727 }
728
729 public void setColorRGBA(float r, float g, float b, float alphaComposite0) {
730 alphaComposite = alphaComposite0;

Callers 11

drawLineMethod · 0.95
drawLineArrowMethod · 0.95
drawArrowMethod · 0.95
drawRoundRectMethod · 0.95
fillRoundRectMethod · 0.95
drawRectMethod · 0.95
fillRectMethod · 0.95
drawCircleMethod · 0.95
fillCircleMethod · 0.95
fillTriangleMethod · 0.95
fillGradientRectMethod · 0.95

Calls 1

endMethod · 0.45

Tested by

no test coverage detected