MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / color

Method color

Mod Utils/src/eu/the5zig/mod/util/GLUtil.java:31–33  ·  view source on GitHub ↗
(float r, float g, float b, float a)

Source from the content-addressed store, hash-verified

29 }
30
31 public static void color(float r, float g, float b, float a) {
32 handle.color(r, g, b, a);
33 }
34
35 public static void color(float r, float g, float b) {
36 handle.color(r, g, b);

Callers 15

renderMethod · 0.95
drawMethod · 0.95
bMethod · 0.95
renderMethod · 0.95
drawRectMethod · 0.95
renderTextureOverlayMethod · 0.95
drawMethod · 0.95
drawSelectionBoxMethod · 0.95
overlayBackgroundMethod · 0.95
bMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95

Calls 1

colorMethod · 0.65

Tested by

no test coverage detected