1
0
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:
Emil Ernerfeldt
2020-09-06 21:30:52 +02:00
parent fc3582fbe1
commit d8e0b3bff6
15 changed files with 451 additions and 23 deletions

View File

@@ -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