Skip to main content

drawbox

Function drawbox 

Source
pub fn drawbox(
    x: u32,
    y: u32,
    w: u32,
    h: u32,
    color: &str,
    thickness: u32,
) -> impl Fn(Stream<Video>) -> Stream<Video>