MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / rgba

Method rgba

imgui-binding/src/generated/java/imgui/ImColor.java:12–14  ·  view source on GitHub ↗
(final int r, final int g, final int b, final int a)

Source from the content-addressed store, hash-verified

10 }
11
12 public static int rgba(final int r, final int g, final int b, final int a) {
13 return intToColor(r, g, b, a);
14 }
15
16 public static int rgb(final int r, final int g, final int b) {
17 return intToColor(r, g, b);

Callers

nothing calls this directly

Calls 7

intToColorMethod · 0.95
floatToColorMethod · 0.95
rgbaToColorMethod · 0.95
getRedMethod · 0.80
getGreenMethod · 0.80
getBlueMethod · 0.80
getAlphaMethod · 0.45

Tested by

no test coverage detected