mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Add ability to convert from a hex string to Color32 using macros (#1596)
This commit is contained in:
@@ -323,7 +323,7 @@ pub use epaint::emath;
|
||||
|
||||
pub use emath::{lerp, pos2, remap, remap_clamp, vec2, Align, Align2, NumExt, Pos2, Rect, Vec2};
|
||||
pub use epaint::{
|
||||
color, mutex,
|
||||
color, hex_color, mutex,
|
||||
text::{FontData, FontDefinitions, FontFamily, FontId, FontTweak},
|
||||
textures::TexturesDelta,
|
||||
ClippedPrimitive, Color32, ColorImage, FontImage, ImageData, Mesh, PaintCallback,
|
||||
|
||||
Reference in New Issue
Block a user