1 2 3 4
/// Colored overlay rect painted on the atlas preview to highlight a sprite frame. pub struct ColorRect { pub color: eframe::egui::Color32, }