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

Method getRed

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

Source from the content-addressed store, hash-verified

34 }
35
36 public final float getRed() {
37 return data[0];
38 }
39
40 public final float getGreen() {
41 return data[1];

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