MCPcopy 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

getFontPixmapMethod · 0.45
paintComponentMethod · 0.45
renderMethod · 0.45
getColorPointTextureMethod · 0.45
getCircleColorTextureMethod · 0.45
getCircleRectPixmapMethod · 0.45
getImageMethod · 0.45
getRectLineDrawableMethod · 0.45
getTextButtonMethod · 0.45
setBackgroundMethod · 0.45
refushMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by 2

initMethod · 0.36
initMethod · 0.36