Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpaiR/imgui-java
/ Color
Method
Color
imgui-app/src/main/java/imgui/app/Color.java:11–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
public
final
float[] data =
new
float[4];
10
11
public
Color() {
12
}
13
14
public
Color(
final
float[] color) {
15
set(color);
Callers
nothing calls this directly
Calls
1
set
Method · 0.95
Tested by
no test coverage detected