color_wheel.h 172 B

1234567
  1. namespace ImGui
  2. {
  3. void ColorWheel(const char* _text, float* _rgba, float _size);
  4. void ColorWheel(const char* _text, uint32_t* _rgba, float _size);
  5. } // namespace ImGui