argui-core 0.1.0

Geometry, color, identifiers and shared primitives for Argui
Documentation
1
2
3
4
5
6
7
8
9
/// Semantic materials for an operating-system background effect.
/// The compositor controls the blur kernel and may use the same material for all variants.
#[derive(Clone, Copy, Debug, Default, Eq, PartialEq)]
pub enum BackdropMaterial {
    #[default]
    Glass,
    Sidebar,
    Header,
}