Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Var3D/var3dframe
/ setColor
Method
setColor
core/src/core/java/var3d/net/center/SLabel.java:33–36 ·
view source on GitHub ↗
(Color color)
Source
from the content-addressed store, hash-verified
31
}
32
33
public
void
setColor(Color color) {
34
super.setColor(color);
35
label.setColor(color);
36
}
37
38
public
void
setColor(float r, float g, float b, float a) {
39
super.setColor(r, g, b, a);
Callers
2
SLabel
Method · 0.95
act
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected