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

Method getGreen

imgui-app/src/main/java/imgui/app/Color.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public final float getGreen() {
41 return data[1];
42 }
43
44 public final float getBlue() {
45 return data[2];

Callers 6

rgbaMethod · 0.80
rgbMethod · 0.80
rgbaMethod · 0.80
rgbMethod · 0.80
runFrameMethod · 0.80
clearBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected