Antoine Beyeler
|
2545939c15
|
Add `Color32::lerp_to_gamma` (#4627)
Add `lerp_to_gamma` utility function to `Color32`
---------
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
|
2024-06-06 15:41:10 +02:00 |
Emil Ernerfeldt
|
34672bc1bb
|
Add improved pixel alignment test with alternating white/black lines (#4537)
This is a good test, because you will have obvious darkening/lightening
when this fails, and/or Moiré patterns.
<img width="490" alt="image"
src="https://github.com/emilk/egui/assets/1148717/bee74b9f-2529-4544-9102-2ee273eade2d">
|
2024-05-24 15:55:36 +02:00 |
Emil Ernerfeldt
|
48ecf01e11
|
Rename "Color test" to "Rendering test", and restructure it slightly (#4298)
Put the pixel-alignment test first, and hide the color test under a
collapsing header.
<img width="743" alt="Screenshot 2024-04-01 at 13 01 43"
src="https://github.com/emilk/egui/assets/1148717/8e7108ab-63c8-470f-9c21-83181287969b">
|
2024-04-01 13:08:52 +02:00 |