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

Method rgb

imgui-binding/src/main/java/imgui/ImColor.java:16–18  ·  view source on GitHub ↗
(final int r, final int g, final int b)

Source from the content-addressed store, hash-verified

14 }
15
16 public static int rgb(final int r, final int g, final int b) {
17 return intToColor(r, g, b);
18 }
19
20 public static int rgba(final float r, final float g, final float b, final float a) {
21 return floatToColor(r, g, b, a);

Callers 1

ExampleImPlotClass · 0.95

Calls 6

intToColorMethod · 0.95
floatToColorMethod · 0.95
rgbToColorMethod · 0.95
getRedMethod · 0.80
getGreenMethod · 0.80
getBlueMethod · 0.80

Tested by

no test coverage detected