Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rgba
Method · 0.80
rgb
Method · 0.80
rgba
Method · 0.80
rgb
Method · 0.80
runFrame
Method · 0.80
clearBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected