Function imageproc::drawing::draw_filled_rect_mut [] [src]

pub fn draw_filled_rect_mut<I>(image: &mut I, rect: Rect, color: I::Pixel) where
    I: GenericImage,
    I::Pixel: 'static, 

Draw as much of a rectangle, including its boundary, as lies inside the image bounds.