Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawLine
Method · 0.95
drawLineArrow
Method · 0.95
drawArrow
Method · 0.95
drawRoundRect
Method · 0.95
fillRoundRect
Method · 0.95
drawRect
Method · 0.95
fillRect
Method · 0.95
drawCircle
Method · 0.95
fillCircle
Method · 0.95
fillTriangle
Method · 0.95
fillGradientRect
Method · 0.95
Calls
1
end
Method · 0.45
Tested by
no test coverage detected