The color picker in ImGui works on a float vector.
bool ColorPicker3(const char* label, float col[3], ImGuiColorEditFlags flags = 0);
But I h