[][src]Function gdl::elements::draw_stacked_borders

pub fn draw_stacked_borders(
    img: &mut DynamicImage,
    background_color: &Rgb,
    width: u32,
    height: u32,
    x_pos: i32,
    y_pos: i32
)

Draw multiple borders stacked on each other, for added depth.

Arguments