SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
551 stars 90 forks source link

Confused about colorEdit4 #142

Closed ghost closed 1 year ago

ghost commented 1 year ago

So colorEdit4 accepts the following: String, float[], int. Now, i don't really wanna use floats for colors because that would be confusing to users - so here's my question. Is there any way i can create colorEdit4 with the following: String, int[], int?

ghost commented 1 year ago

nvm fixed