Skip to main content

paint_meter_bar

Function paint_meter_bar 

Source
pub fn paint_meter_bar(
    ui: &mut dyn UiBuilder,
    origin: [f32; 2],
    width: f32,
    fraction: f32,
    fill_color: [f32; 4],
    theme: &UiTheme,
)
Expand description

A thin horizontal meter bar (used by the DCC summary + agent rows).