bool UI::ButtonColored(const string&in label, float h, float s = 0.6f, float v = 0.6f, const vec2&in size = vec2 ( ))
Clickable button with a specific color. Returns true if it was clicked.
string label
string
label
float h
float
h
float s
s
float v
v
vec2 size
vec2
size
bool