1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

[color-picker] edit your own (s)RGBA arrays

Both with and without premultiplied alpha
This commit is contained in:
Emil Ernerfeldt
2020-09-09 11:23:32 +02:00
parent b9a3240ca3
commit bc0d6baefb
6 changed files with 340 additions and 39 deletions

View File

@@ -14,7 +14,11 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [x] linear rgb <-> sRGB
* [x] HSV
* [x] Color edit button with popup color picker
* [ ] Easily edit users own (s)RGBA quadruplets (`&mut [u8;4]`/`[f32;4]`)
* [x] Gamma for value (brightness) slider
* [x] Easily edit users own (s)RGBA quadruplets (`&mut [u8;4]`/`[f32;4]`)
* [ ] RGB editing without alpha
* [ ] Additive blending aware color picker
* [ ] Premultiplied alpha is a bit of a pain in the ass. Maybe rethink this a bit.
* Containers
* [ ] Scroll areas
* [x] Vertical scrolling