imageproc::drawing

Function draw_hollow_circle_mut

Source
pub fn draw_hollow_circle_mut<C>(
    canvas: &mut C,
    center: (i32, i32),
    radius: i32,
    color: C::Pixel,
)
where C: Canvas,
Expand description

Draws the outline of a circle on an image in place.

Draw as much of the circle as lies inside the image bounds.