1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Add ability to convert from a hex string to Color32 using macros (#1596)

This commit is contained in:
Luke Newcomb
2022-05-15 11:07:30 -04:00
committed by GitHub
parent 3c685d7bf6
commit d2decfa338
6 changed files with 57 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ All notable changes to the epaint crate will be documented in this file.
## Unreleased
* Optimize tessellation of filled circles by 10x or more ([#1616](https://github.com/emilk/egui/pull/1616)).
* Added `epaint::hex_rgb*!()` macros to create Color32's from hex strings ([#1596](https://github.com/emilk/egui/pull/1596)).
## 0.18.1 - 2022-05-01
* Change `Shape::Callback` from `&dyn Any` to `&mut dyn Any` to support more backends.