[][src]Function imageproc::drawing::draw_filled_circle_mut

pub fn draw_filled_circle_mut<C>(
    canvas: &mut C,
    center: (i32, i32),
    radius: i32,
    color: C::Pixel
) where
    C: Canvas,
    C::Pixel: 'static, 

Draw as much of a circle, including its contents, as lies inside the image bounds.