Skip to main content

fastpack_gui/widgets/
color_rect.rs

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