All notable changes to the ecolor
crate will be noted in this file.
This file is updated upon each release.
Changes since the last release can be found at https://github.com/emilk/egui/compare/latest...HEAD or by running the scripts/generate_changelog.py
script.
Nothing new
- Document the fact that the
hex_color!
macro is notconst
#5169 by @YgorSouza
Nothing new
- Fix
hex_color!
macro by re-exportingcolor_hex
crate fromecolor
#4372 by @dataphract - Remove
extra_asserts
andextra_debug_asserts
feature flags #4478 by @emilk - Add
Color32::lerp_to_gamma
#4627 by @abey79
- Nothing new
- Nothing new
- Nothing new
- Nothing new
- Nothing new
- Nothing new
- Add
Color32::from_hex
andColor32::to_hex
#3570 #3777 (thanks @YgorSouza!)
- Optimize color conversions #3666
- Nothing new
- Add
Color32::gamma_multiply
(#2437).
- Split out
ecolor
crate fromepaint