1
0
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:
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

@@ -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,