[][src]Function pushrod_widgets::primitives::fill_box

pub fn fill_box(
    canvas: &mut Canvas<Window>,
    x: u32,
    y: u32,
    w: u32,
    h: u32,
    color: Color
)

Fills a bounding rectangle (x, y, w, h) with the specified Color.