mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
[color] add HSV-based color picker for struct Srgba
This commit is contained in:
7
TODO.md
7
TODO.md
@@ -10,9 +10,12 @@ TODO-list for the Egui project. If you looking for something to do, look here.
|
||||
* [ ] Clipboard copy/paste
|
||||
* [ ] Move focus with tab
|
||||
* [ ] Horizontal slider
|
||||
* [ ] Color picker
|
||||
* [/] Color picker
|
||||
* [x] linear rgb <-> sRGB
|
||||
* Containers:
|
||||
* [x] HSV
|
||||
* [x] Color edit button with popup color picker
|
||||
* [ ] Easily edit users own (s)RGBA quadruplets (`&mut [u8;4]`/`[f32;4]`)
|
||||
* Containers
|
||||
* [ ] Scroll areas
|
||||
* [x] Vertical scrolling
|
||||
* [x] Scroll-wheel input
|
||||
|
||||
Reference in New Issue
Block a user