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:
6
TODO.md
6
TODO.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user