mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
[style] Fade out windows on close
This commit is contained in:
@@ -22,7 +22,7 @@ impl Default for WidgetGallery {
|
||||
radio: Enum::First,
|
||||
scalar: 42.0,
|
||||
string: "Hello World!".to_owned(),
|
||||
color: (egui::Rgba::from(egui::Color32::LIGHT_BLUE) * 0.5).into(),
|
||||
color: egui::Color32::LIGHT_BLUE.linear_multiply(0.5),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user