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/VLabel.java:63–65 ·
view source on GitHub ↗
(Color color)
Source
from the content-addressed store, hash-verified
61
62
63
public
void
setColor(Color color) {
64
setColor(color.r, color.g, color.b, color.a);
65
}
66
67
public
void
setColor(float r, float g, float b, float a) {
68
super.setColor(r, g, b, a);
Callers
2
VLabel
Method · 0.95
drawLabel
Method · 0.45
Calls
1
set
Method · 0.80
Tested by
no test coverage detected