MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / getBlue

Method getBlue

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

Source from the content-addressed store, hash-verified

42 }
43
44 public final float getBlue() {
45 return data[2];
46 }
47
48 public final float getAlpha() {
49 return data[3];

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