mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-08 18:39:40 +00:00
ColorPicker: added option to fix Saturation/Value triangle in wheel picker. Amends. (#9337)
The heat makes this week really not good with human mistakes I guess.
This commit is contained in:
@@ -115,7 +115,7 @@ Other Changes:
|
|||||||
Note that io.MouseSingleClickDelay is always > io.MouseDoubleClickTime.
|
Note that io.MouseSingleClickDelay is always > io.MouseDoubleClickTime.
|
||||||
- ColorEdit:
|
- ColorEdit:
|
||||||
- Added `io.ConfigColorEditFlags` to read/modify current color edit/picker settings.
|
- Added `io.ConfigColorEditFlags` to read/modify current color edit/picker settings.
|
||||||
- ColorPicker: added `io.ConfigColorPickerRotateTriangle` to disable rotation of the
|
- ColorPicker: added `ImGuiColorEditFlags_PickerNoRotate` to disable rotation of the
|
||||||
S/V triangle when in `ImGuiColorEditFlags_PickerHueWheel` mode. (#9337) [@SeanTheBuilder1]
|
S/V triangle when in `ImGuiColorEditFlags_PickerHueWheel` mode. (#9337) [@SeanTheBuilder1]
|
||||||
Likely best passed to `style.ColorEditFlags` to setup globally and once.
|
Likely best passed to `style.ColorEditFlags` to setup globally and once.
|
||||||
- ColorButton: small rendering tweak/optimization for the alpha checkerboard.
|
- ColorButton: small rendering tweak/optimization for the alpha checkerboard.
|
||||||
|
|||||||
Reference in New Issue
Block a user