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/UI.java:278–281 ·
view source on GitHub ↗
(Color color)
Source
from the content-addressed store, hash-verified
276
}
277
278
public
UI<T> setColor(Color color) {
279
t.setColor(color);
280
return
this;
281
}
282
283
public
UI<T> setColor(float r, float g, float b, float a) {
284
t.setColor(r, g, b, a);
Callers
15
getFontPixmap
Method · 0.45
paintComponent
Method · 0.45
render
Method · 0.45
getColorPointTexture
Method · 0.45
getCircleColorTexture
Method · 0.45
getCircleRectPixmap
Method · 0.45
getImage
Method · 0.45
getRectLineDrawable
Method · 0.45
getTextButton
Method · 0.45
setBackground
Method · 0.45
refush
Method · 0.45
draw
Method · 0.45
Calls
no outgoing calls
Tested by
2
init
Method · 0.36
init
Method · 0.36